diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y) %_defconfig: $(CONFIG)/conf cp $(shell find ./target/ -name $@) .config - @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN) + - $(MAKE) oldconfig help: @echo 'Cleaning:' |