From 2f80d17137dfa409dba2cfd43f30aeacf9532a21 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 18 Mar 2016 16:52:29 +0100 Subject: [PATCH] Don't define the PLATFORM value in the SFLAGS Change-Id: Ic3a6729d93b8c61dda73c0aef102103bfa5f22d6 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1bd951808..fc6e9552a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ include Makefile.$(PLATFORM) ifndef USE_LIBA $(error Makefile.PLATFORM should define USE_LIBA) endif -SFLAGS += -DPLATFORM=$(PLATFORM) # Flags - Header search path SFLAGS += -Ilib -I.