Move compile options to Makefile.hal

This commit is contained in:
Philippe Teuwen
2019-04-25 22:15:16 +02:00
parent a59f7a50ce
commit f3b3508d3e
6 changed files with 104 additions and 107 deletions

View File

@@ -14,9 +14,10 @@ ifeq ($(PLTNAME),)
endif
include ../common/Makefile.hal
$(info ===================================================================)
$(info PLATFORM: $(PLATFORM))
$(info $(PLTNAME))
$(info Included supports: $(PLATFORM_DEFS))
$(info PLATFORM: $(PLATFORM))
$(info Platform name: $(PLTNAME))
$(info Included options: $(PLATFORM_DEFS_INFO))
$(info Standalone mode: $(PLATFORM_DEFS_INFO_STANDALONE))
$(info ===================================================================)
endif