Commit e41b76e9 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

fix error when doing 'make %_defconfig

parent 9512866f
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
	@$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
	- $(MAKE) oldconfig

help:
	@echo 'Cleaning:'