Skip to content

Commit

Permalink
Also check kernel custom config file in linux-check-dotconfig (#3126)
Browse files Browse the repository at this point in the history
If BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE is set, it should be also checked
by the script for checking that all kernel options are applied.
  • Loading branch information
sairon authored Jan 30, 2024
1 parent f263326 commit 0ac12d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/external.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ linux-check-dotconfig: linux-check-configuration-done
$(BR2_CHECK_DOTCONFIG_OPTS) \
--src-kconfig $(LINUX_SRCDIR)Kconfig \
--actual-config $(LINUX_SRCDIR).config \
$(shell echo $(BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES))
$(shell echo $(BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE) $(BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES))

0 comments on commit 0ac12d3

Please sign in to comment.