do not respect CONFIG_MODULES as it breaks building if it is defined in the build env
This commit is contained in:
2
Makefile
2
Makefile
@ -842,7 +842,7 @@ depend dep:
|
||||
# ---------------------------------------------------------------------------
|
||||
# Modules
|
||||
|
||||
ifdef CONFIG_MODULES
|
||||
ifdef _BB_DISABLED_CONFIG_MODULES
|
||||
|
||||
# By default, build modules as well
|
||||
|
||||
|
Reference in New Issue
Block a user