1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-19 18:08:29 +00: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 GitHub
parent f263326ef8
commit 0ac12d3cd4

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