summaryrefslogtreecommitdiff
path: root/nuttx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 02:25:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-23 02:25:54 +0000
commitd4c9de657a2009c457316b79a5f668e7a04abdf6 (patch)
treef239dd46d4a76e9736c5f2cc6bbc00e942c37094 /nuttx/Makefile
parent4343c3bdcd0b366f31cf0f17eef01c1f3d1f9c62 (diff)
downloadpx4-nuttx-d4c9de657a2009c457316b79a5f668e7a04abdf6.tar.gz
px4-nuttx-d4c9de657a2009c457316b79a5f668e7a04abdf6.tar.bz2
px4-nuttx-d4c9de657a2009c457316b79a5f668e7a04abdf6.zip
Create configs/ dir; separate board configuration from processor architecture
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@126 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Makefile')
-rw-r--r--nuttx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 6a309f159..73a6f0a31 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -54,8 +54,8 @@ all: $(BIN)
tools/mkconfig:
$(MAKE) -C tools -f Makefile.mkconfig TOPDIR=$(TOPDIR) mkconfig
-include/nuttx/config.h: $(ARCH_DIR)/defconfig tools/mkconfig
- tools/mkconfig $(ARCH_DIR) > include/nuttx/config.h
+include/nuttx/config.h: $(TOPDIR)/.config tools/mkconfig
+ tools/mkconfig $(TOPDIR) > include/nuttx/config.h
include/arch: include/nuttx/config.h
ln -sf $(TOPDIR)/$(ARCH_DIR)/include include/arch