[LinksOS CVS Commit]linksos machine.mk,1.5,1.6
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-04 09:49:03
|
Update of /cvsroot/linksos/linksos In directory router-internal.tossell.net:/tmp/cvs-serv521 Modified Files: machine.mk Log Message: Title: Include path Changes: Added hal/prototypes to the include path Effects: Hal functions are generally available a=kennyt Index: machine.mk =================================================================== RCS file: /cvsroot/linksos/linksos/machine.mk,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** machine.mk 4 Jan 2003 09:36:39 -0000 1.5 --- machine.mk 4 Jan 2003 09:48:57 -0000 1.6 *************** *** 5,7 **** ARCH=x86 ! INCDIRS=-I$(TOPDIR)include \ No newline at end of file --- 5,7 ---- ARCH=x86 ! INCDIRS=-I$(TOPDIR)include -I$(TOPDIR)hal/prototypes \ No newline at end of file |