Commit 8820d63a authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Ensure make %_defconfig works without error - now silently

parent 476a14f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)

%_defconfig: $(CONFIG)/conf
	cp $(shell find ./target/ -name $@) .config
	- $(MAKE) oldconfig
	-@$(MAKE) oldconfig

help:
	@echo 'Cleaning:'