fix error when doing 'make %_defconfig
This commit is contained in:
parent
9512866f3c
commit
e41b76e91c
2
Makefile
2
Makefile
@ -409,7 +409,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
|||||||
|
|
||||||
%_defconfig: $(CONFIG)/conf
|
%_defconfig: $(CONFIG)/conf
|
||||||
cp $(shell find ./target/ -name $@) .config
|
cp $(shell find ./target/ -name $@) .config
|
||||||
@$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
|
- $(MAKE) oldconfig
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo 'Cleaning:'
|
@echo 'Cleaning:'
|
||||||
|
Loading…
Reference in New Issue
Block a user