aboutsummaryrefslogtreecommitdiff
path: root/makefiles/firmware.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/firmware.mk')
-rw-r--r--makefiles/firmware.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/firmware.mk b/makefiles/firmware.mk
index b0ca58c8f..edd22797c 100644
--- a/makefiles/firmware.mk
+++ b/makefiles/firmware.mk
@@ -145,6 +145,7 @@ endif
export CONFIG
include $(CONFIG_FILE)
$(info % CONFIG = $(CONFIG))
+$(info % NUTTX Config = $(NUTTX_CONFIG))
#
# Sanity-check the BOARD variable and then get the board config.
@@ -217,7 +218,6 @@ define MODULE_SEARCH
$(firstword $(abspath $(wildcard $(1)/module.mk)) \
$(abspath $(foreach search_dir,$(MODULE_SEARCH_DIRS),$(wildcard $(search_dir)/$(1)/module.mk))) \
MISSING_$1)
- $(info MODULE_SEARCH_DIRS=$(MODULE_SEARCH_DIRS))
endef
# make a list of module makefiles and check that we found them all