diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-18 13:51:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-18 13:51:16 +0000 |
commit | cf46e78b5f0ddd488dd6b3026c370d51b63d5986 (patch) | |
tree | d84b670cd3c5e2c89816d0fc707f8796e7eab4cb /include | |
parent | 9d5510a500a1804484152adb8951dda3688658bc (diff) | |
download | upstream-cf46e78b5f0ddd488dd6b3026c370d51b63d5986.tar.gz upstream-cf46e78b5f0ddd488dd6b3026c370d51b63d5986.tar.bz2 upstream-cf46e78b5f0ddd488dd6b3026c370d51b63d5986.zip |
build: fix make defconfig
SVN-Revision: 36362
Diffstat (limited to 'include')
-rw-r--r-- | include/toplevel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 708228600c..b8608eeaeb 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -89,7 +89,7 @@ config-clean: FORCE defconfig: scripts/config/conf prepare-tmpinfo FORCE touch .config - $< --defconfig .config Config.in + $< --defconfig=.config Config.in confdefault-y=allyes confdefault-m=allmod |