[LinksOS CVS Commit]linksos/hal Makefile,NONE,1.1
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 20:46:06
|
Update of /cvsroot/linksos/linksos/hal In directory router-internal.tossell.net:/tmp/cvs-serv17282 Added Files: Makefile Log Message: Title: Makefile Changes: Added initial Makefile to pick up on the arch and go to the correct dir and `make`. Effects: Portability Notes: need to define arch a=kennyt --- NEW FILE: Makefile --- LD = ld GCC = gcc ASM = NASM hal: hal-$(ARCH).o hal-$(ARCH).o: cd $(ARCH) gmake hal cp hal.o ../ |