diff options
Diffstat (limited to 'demos/various/RT-ARM7-GENERIC/Makefile')
-rw-r--r-- | demos/various/RT-ARM7-GENERIC/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/various/RT-ARM7-GENERIC/Makefile b/demos/various/RT-ARM7-GENERIC/Makefile index 1560b36e7..4244d8c9f 100644 --- a/demos/various/RT-ARM7-GENERIC/Makefile +++ b/demos/various/RT-ARM7-GENERIC/Makefile @@ -147,6 +147,9 @@ ASMSRC = $(PORTASM) # List of the standard inclusion directories.
INCDIR = $(PORTINC) $(KERNINC)
+# Make this point to your armparams.h header.
+INCDIR += $(CHIBIOS)/os/common/ports/ARM/devices/LPC214x
+
#
# Project, sources and paths
##############################################################################
|