summaryrefslogtreecommitdiff
path: root/nuttx/configs/c5471evm/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-28 20:05:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-28 20:05:36 +0000
commita4e581dcc17aac08ba588e4ced3918d0fb3c28d9 (patch)
tree5fece6543f3f08f86325f266bebdb4f0a3095d4f /nuttx/configs/c5471evm/src/Makefile
parentcfa89740728582ffd77b868c732c45cef8c20ea9 (diff)
downloadpx4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.tar.gz
px4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.tar.bz2
px4-nuttx-a4e581dcc17aac08ba588e4ced3918d0fb3c28d9.zip
Changes to use the common ARM directory under arch/arm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@188 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/c5471evm/src/Makefile')
-rw-r--r--nuttx/configs/c5471evm/src/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/c5471evm/src/Makefile b/nuttx/configs/c5471evm/src/Makefile
index 177328576..a5b899337 100644
--- a/nuttx/configs/c5471evm/src/Makefile
+++ b/nuttx/configs/c5471evm/src/Makefile
@@ -46,7 +46,8 @@ COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
-CFLAGS += -I $(TOPDIR)/arch/$(CONFIG_ARCH)/src
+ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
+CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common
all: libboard$(LIBEXT)