do not respect CONFIG_MODULES as it breaks building if it is defined in the build env
diff --git a/Makefile b/Makefile
index eabc21b..411e0dc 100644
--- a/Makefile
+++ b/Makefile
@@ -842,7 +842,7 @@
 # ---------------------------------------------------------------------------
 # Modules
 
-ifdef CONFIG_MODULES
+ifdef _BB_DISABLED_CONFIG_MODULES
 
 # 	By default, build modules as well