diff --git a/engine.mk b/engine.mk index 27fbefff..0592ec85 100644 --- a/engine.mk +++ b/engine.mk @@ -158,6 +158,7 @@ $(info PLATFORM = $(PLATFORM)) $(info TARGET = $(TARGET)) $(info ARCH = $(ARCH)) $(info TOOLCHAIN_PREFIX = $(TOOLCHAIN_PREFIX)) +$(info DEBUG = $(DEBUG)) # include the top level module that includes basic always-there modules include top/rules.mk