diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 17:01:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-06 17:01:14 +0000 |
commit | 62645922467a2c748bf081b7eefb6ad775675418 (patch) | |
tree | cbae488a5774795170fe461c39b96038fbfaaadc /demos/ARM7-LPC214x-GCC/Makefile | |
parent | 9229005c5d227cf42fc98c7a4e2b6f6edd513e2b (diff) | |
download | ChibiOS-62645922467a2c748bf081b7eefb6ad775675418.tar.gz ChibiOS-62645922467a2c748bf081b7eefb6ad775675418.tar.bz2 ChibiOS-62645922467a2c748bf081b7eefb6ad775675418.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@46 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/Makefile')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile index b69ae8780..2c8616b80 100644 --- a/demos/ARM7-LPC214x-GCC/Makefile +++ b/demos/ARM7-LPC214x-GCC/Makefile @@ -77,7 +77,7 @@ TSRC = ASMSRC = crt0.s chcore2.s
# List all user directories here
-UINCDIR = ../../src/include ../../ports/ARM7-LPC214x/GCC
+UINCDIR = ../../src/include ../../src/lib ../../ports/ARM7-LPC214x/GCC
# List the user directory to look for the libraries here
ULIBDIR =
|