Also check kernel custom config file in linux-check-dotconfig (#3126)

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.
This commit is contained in:
Jan Čermák 2024-01-30 13:36:59 +01:00 committed by j1nx
parent d2059c5531
commit b89f5e3322
1 changed files with 1 additions and 1 deletions

View File

@ -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))