summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam3u/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-07 14:27:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-07 14:27:47 +0000
commit24151ccd83ce2d0d75bb9c45b137215c24c821c3 (patch)
treed9adb44a8128e7f408bbd16450f40f80da9e0e92 /nuttx/arch/arm/src/sam3u/Make.defs
parentce376ed9e145fe7b9c0215e93bfebf0893ecf7b3 (diff)
downloadpx4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.tar.gz
px4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.tar.bz2
px4-nuttx-24151ccd83ce2d0d75bb9c45b137215c24c821c3.zip
More kernel build fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5716 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/sam3u/Make.defs')
-rw-r--r--nuttx/arch/arm/src/sam3u/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/sam3u/Make.defs b/nuttx/arch/arm/src/sam3u/Make.defs
index 58047af21..1255af237 100644
--- a/nuttx/arch/arm/src/sam3u/Make.defs
+++ b/nuttx/arch/arm/src/sam3u/Make.defs
@@ -56,7 +56,7 @@ CMN_ASRCS += up_memcpy.S
endif
ifeq ($(CONFIG_NUTTX_KERNEL),y)
-CHIP_CSRCS += up_mpu.c
+CMN_CSRCS += up_mpu.c
endif
ifeq ($(CONFIG_ELF),y)