rework standalone makefile

This commit is contained in:
Philippe Teuwen
2019-06-01 00:23:38 +02:00
parent 6888a0f7f2
commit e98c4e246d
4 changed files with 54 additions and 34 deletions

View File

@@ -19,6 +19,9 @@ ifeq ($(PLTNAME),)
ifneq ($(PLATFORM_EXTRAS),)
${info using saved PLATFORM_EXTRAS: '$(PLATFORM_EXTRAS)'}
endif
ifneq ($(STANDALONE),)
${info using saved STANDALONE: '$(STANDALONE)'}
endif
include ../common/Makefile.hal
$(info ===================================================================)
$(info Platform name: $(PLTNAME))