Skip to content

Commit 5b64995

Browse files
committed
scripts/kconfig/kconfig.Makefile: fix project release in defconfigs-*
Add a dependency on include/config/project.release to the defconfigs-* target to ensure that project.release is generated and release information is included in the resulting configuration file header (.config). Reported-by: Chuck Lever <[email protected]> Reviewed-by: Luis Chamberlain <[email protected]> Reviewed-by: Chuck Lever <[email protected]> Signed-off-by: Daniel Gomez <[email protected]>
1 parent 666d41a commit 5b64995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kconfig/kconfig.Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PHONY += $(simple-targets)
5757
$(simple-targets): $(KCONFIG_DIR)/conf Kconfig
5858
$< --$@ Kconfig
5959

60-
defconfig-%:: $(KCONFIG_DIR)/conf Kconfig
60+
defconfig-%:: $(KCONFIG_DIR)/conf include/config/project.release Kconfig
6161
@$< --defconfig=defconfigs/$(@:defconfig-%=%) Kconfig
6262

6363
.PHONY: $(PHONY)

0 commit comments

Comments
 (0)