summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 17:16:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-19 17:16:17 +0000
commitf0233026fc2379ba8630a35f3a2525eac1e0bf66 (patch)
tree3014c6f68fc1a4761ec7890137be1451a1fdc4a2 /nuttx/configs/mx1ads
parent97a479b2f239f6719dc87e5e2b6a978a1f8f61b1 (diff)
downloadpx4-nuttx-f0233026fc2379ba8630a35f3a2525eac1e0bf66.tar.gz
px4-nuttx-f0233026fc2379ba8630a35f3a2525eac1e0bf66.tar.bz2
px4-nuttx-f0233026fc2379ba8630a35f3a2525eac1e0bf66.zip
Move ARM and Cortex files to separate directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1795 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mx1ads')
-rw-r--r--nuttx/configs/mx1ads/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mx1ads/src/Makefile b/nuttx/configs/mx1ads/src/Makefile
index 9078d5832..56d3af3f3 100644
--- a/nuttx/configs/mx1ads/src/Makefile
+++ b/nuttx/configs/mx1ads/src/Makefile
@@ -46,7 +46,7 @@ SRCS = $(ASRCS) $(CSRCS)
OBJS = $(AOBJS) $(COBJS)
ARCH_SRCDIR = $(TOPDIR)/arch/$(CONFIG_ARCH)/src
-CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common
+CFLAGS += -I$(ARCH_SRCDIR)/chip -I$(ARCH_SRCDIR)/common -I$(ARCH_SRCDIR)/arm
all: libboard$(LIBEXT)