From 25c944f87f69c46efe23e998152c9c48365e51b0 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 27 Mar 2015 09:51:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7816 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/various/RT-ARM7-GENERIC/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'demos/various/RT-ARM7-GENERIC/Makefile') 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 ############################################################################## -- cgit v1.2.3