[make] print debug level on build

This commit is contained in:
Travis Geiselbrecht
2021-02-14 20:00:25 -08:00
parent 5434847c51
commit 7b0ca3c984

View File

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