mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-04-19 14:47:15 +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:
parent
f263326ef8
commit
0ac12d3cd4
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user