From cf46e78b5f0ddd488dd6b3026c370d51b63d5986 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 18 Apr 2013 13:51:16 +0000 Subject: [PATCH] build: fix make defconfig SVN-Revision: 36362 --- include/toplevel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2