Remove CFLAGS_EASYGOING variable from Makefile

We don't build any external targets, so remove this unused variable from
our Makefile.

Signed-off-by: Will Deacon <will.deacon@arm.com>
This commit is contained in:
Will Deacon
2015-06-04 16:24:57 +01:00
parent 7411007ad6
commit 50780c69e0
-3
View File
@@ -332,9 +332,6 @@ WARNINGS += -Wwrite-strings
CFLAGS += $(WARNINGS)
# Some targets may use 'external' sources that don't build totally cleanly.
CFLAGS_EASYGOING := $(CFLAGS)
ifneq ($(WERROR),0)
CFLAGS += -Werror
endif