summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-04 16:31:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-04 16:31:24 +0000
commitd71296f49b301d3ca8edcc6e9b79dd6b23a01c31 (patch)
tree23808398c7fcff423f580bfe5a9140788f336dc0 /nuttx/Makefile
parente77ccab049d2df5252503e01aae180e6168024fa (diff)
downloadpx4-nuttx-d71296f49b301d3ca8edcc6e9b79dd6b23a01c31.tar.gz
px4-nuttx-d71296f49b301d3ca8edcc6e9b79dd6b23a01c31.tar.bz2
px4-nuttx-d71296f49b301d3ca8edcc6e9b79dd6b23a01c31.zip
DM90x0 driver hooked into DM320
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@367 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 0ddbc60e6..0f8704a80 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) $(BOARD_DIR)/src
+NONFSDIRS = sched lib $(ARCH_SRC) mm examples/$(CONFIG_EXAMPLE)
FSDIRS = fs drivers
ifeq ($(CONFIG_NET),y)