|
@@ -245,10 +245,6 @@ allnoconfig: $(CONFIG)/conf
|
|
defconfig: $(CONFIG)/conf
|
|
defconfig: $(CONFIG)/conf
|
|
@$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)
|
|
@$(CONFIG)/conf -d $(CONFIG_CONFIG_IN)
|
|
|
|
|
|
-%_defconfig: $(CONFIG)/conf
|
|
|
|
- cp $(shell find . -name $@) .config
|
|
|
|
- @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
|
|
|
|
-
|
|
|
|
# check if download URLs are outdated
|
|
# check if download URLs are outdated
|
|
source-check: allyesconfig
|
|
source-check: allyesconfig
|
|
$(MAKE) _source-check
|
|
$(MAKE) _source-check
|
|
@@ -267,6 +263,11 @@ distclean: clean
|
|
|
|
|
|
endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
|
endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
|
|
|
|
|
|
|
|
+%_defconfig: $(CONFIG)/conf
|
|
|
|
+ cp $(shell find ./target/ -name $@) .config
|
|
|
|
+ @$(CONFIG)/conf -o $(CONFIG_CONFIG_IN)
|
|
|
|
+
|
|
|
|
+
|
|
.PHONY: dummy subdirs release distclean clean config oldconfig \
|
|
.PHONY: dummy subdirs release distclean clean config oldconfig \
|
|
menuconfig tags check test depend defconfig
|
|
menuconfig tags check test depend defconfig
|
|
|
|
|