|
@@ -270,6 +270,7 @@ $(1)-check-configuration-done:
|
|
|
|
|
|
ifeq ($$($(2)_KCONFIG_SUPPORTS_DEFCONFIG),YES)
|
|
ifeq ($$($(2)_KCONFIG_SUPPORTS_DEFCONFIG),YES)
|
|
.PHONY: $(1)-savedefconfig
|
|
.PHONY: $(1)-savedefconfig
|
|
|
|
+$(1)-savedefconfig: PKG=$(2)
|
|
$(1)-savedefconfig: $(1)-check-configuration-done
|
|
$(1)-savedefconfig: $(1)-check-configuration-done
|
|
$$(call kconfig-package-savedefconfig,$(2))
|
|
$$(call kconfig-package-savedefconfig,$(2))
|
|
endif
|
|
endif
|