diff options
author | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-14 02:15:37 +0000 |
commit | 1a3c4d109008e36e8d158670cf461f131d13f75e (patch) | |
tree | 5ee2d061ce0c569c159d99300db5d821b264b0bc /include | |
parent | 3568f0c247fda145643fd6395fab6d440ab1e83c (diff) | |
download | upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.gz upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.tar.bz2 upstream-1a3c4d109008e36e8d158670cf461f131d13f75e.zip |
add possibility to set default .config values
SVN-Revision: 9300
Diffstat (limited to 'include')
-rw-r--r-- | include/toplevel.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 359c7cf712..dcbcb3eb75 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -52,6 +52,8 @@ prepare-tmpinfo: FORCE scripts/config/mconf: @+$(MAKE) -C scripts/config all +$(call rdep,scripts/config,scripts/config/mconf) + scripts/config/conf: @+$(MAKE) -C scripts/config conf |