1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-05 21:43:03 +01:00

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

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