From d4c9de657a2009c457316b79a5f668e7a04abdf6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Mar 2007 02:25:54 +0000 Subject: 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 --- nuttx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/Makefile') 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 -- cgit v1.2.3