summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-02 20:33:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-02 20:33:42 +0000
commit4da911ce1056fcdae5fab9627a8fec2581713a91 (patch)
tree60c28772b32c77f53702a65445c228e68090cfdf /nuttx/Makefile
parent8ccf68ba63bb82c099b549548b8f47d40a92acd3 (diff)
downloadpx4-nuttx-4da911ce1056fcdae5fab9627a8fec2581713a91.tar.gz
px4-nuttx-4da911ce1056fcdae5fab9627a8fec2581713a91.tar.bz2
px4-nuttx-4da911ce1056fcdae5fab9627a8fec2581713a91.zip
Missed in last commit
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@363 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 0f8704a80..0ddbc60e6 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -48,7 +48,7 @@ BOARD_DIR = configs/$(CONFIG_ARCH_BOARD)
# (except for parts of FSDIRS). We will exclude FSDIRS
# from the build if file descriptor support is disabled
-NONFSDIRS = sched lib $(ARCH_SRC) mm examples/$(CONFIG_EXAMPLE)
+NONFSDIRS = sched lib $(ARCH_SRC) mm examples/$(CONFIG_EXAMPLE) $(BOARD_DIR)/src
FSDIRS = fs drivers
ifeq ($(CONFIG_NET),y)