summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-24 18:02:53 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-07-24 18:02:53 +0200
commitb86336aa196216ae70a45ffa5c875b7e623a1f81 (patch)
treee854aaee0738d64314ff9f1a8aa4d4746459830b /Makefile
parentfeb218043ceddf79a06c42c7c376ed5999e700fd (diff)
parent4884a876bf7ba76399213652ca7f8ea927c0f26c (diff)
downloadembtoolkit-b86336aa196216ae70a45ffa5c875b7e623a1f81.tar.gz
embtoolkit-b86336aa196216ae70a45ffa5c875b7e623a1f81.tar.bz2
embtoolkit-b86336aa196216ae70a45ffa5c875b7e623a1f81.tar.xz
Merge branch 'embtk-0.1.0-rc14-dev'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 75ad2ce..657aeb1 100644
--- a/Makefile
+++ b/Makefile
@@ -84,21 +84,26 @@ All: $(EMBTK_BUILD)
xconfig: basic
ifeq ($(CONFIG_EMBTK_DOTCONFIG),y)
- $(Q)make -f scripts/Makefile.build obj=scripts/kconfig xconfig
+ $(Q)make -f scripts/Makefile.build obj=scripts/kconfig \
+ EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" xconfig
else
$(Q)if [ -e $(EMBTK_DOTCONFIG).old ]; then \
cp $(EMBTK_DOTCONFIG).old $(EMBTK_DOTCONFIG); \
- $(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \
+ $(MAKE) -f scripts/Makefile.build obj=scripts/kconfig \
+ EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" xconfig; \
else \
- $(MAKE) -f scripts/Makefile.build obj=scripts/kconfig xconfig; \
+ $(MAKE) -f scripts/Makefile.build obj=scripts/kconfig \
+ EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" xconfig; \
fi
endif
menuconfig: basic
- $(Q)$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig menuconfig
+ $(Q)$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig \
+ EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" menuconfig
randconfig: basic
- $(Q)$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig randconfig
+ $(Q)$(MAKE) -f scripts/Makefile.build obj=scripts/kconfig \
+ EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" randconfig
basic:
$(Q)$(MAKE) -f scripts/Makefile.build obj=scripts/basic