From 9b668e3827dcf2f9b88ebae64b24668612ced7cc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 1 Jun 2019 01:03:34 +0200 Subject: [PATCH] client Makefile doesn't depend on platform specs anymore --- client/Makefile | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/client/Makefile b/client/Makefile index 1c4df85bf..78704b9a2 100644 --- a/client/Makefile +++ b/client/Makefile @@ -4,30 +4,6 @@ # the license. #----------------------------------------------------------------------------- -# This Makefile might have been called directly, not via the root Makefile, so: -ifeq ($(PLTNAME),) - -include ../Makefile.platform - ifeq ($(PLATFORM),) - PLATFORM=PM3RDV4 - else - ${info using saved PLATFORM: '$(PLATFORM)'} - endif - 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)) - $(info PLATFORM: $(PLATFORM)) - $(info PLATFORM_EXTRAS: $(PLATFORM_EXTRAS)) - $(info Included options: $(PLATFORM_DEFS_INFO)) - $(info Standalone mode: $(PLATFORM_DEFS_INFO_STANDALONE)) - $(info ===================================================================) -endif - # reveng will compile without macros, but these may be useful: # Add -DBMPMACRO to use bitmap size constant macros (edit config.h) # Add -DNOFORCE to disable the -F switch