using saved STANDALONE print

This commit is contained in:
Fl0-0 2019-05-31 14:54:44 +02:00
parent 53e48d70cd
commit 1560d1f1b3

View file

@ -33,6 +33,9 @@ ifeq ($(PLATFORM),)
ifneq ($(PLATFORM_EXTRAS),)
${info using saved PLATFORM_EXTRAS: '$(PLATFORM_EXTRAS)'}
endif
ifneq ($(STANDALONE),)
${info using saved STANDALONE: '$(STANDALONE)'}
endif
endif
include common/Makefile.hal