aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2015-06-04 16:24:57 +0100
committerWill Deacon <will.deacon@arm.com>2015-06-04 16:50:40 +0100
commit50780c69e05f993b27cb0741ba12654f4dd28443 (patch)
treec51cd891a0dad6d5980f38dd28c5de1f7af7757d /Makefile
parent7411007ad615016f69adc1d7cd62f7983274f51e (diff)
downloadkvmtool-50780c69e05f993b27cb0741ba12654f4dd28443.tar.gz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2d00bfda..e8f54853 100644
--- a/Makefile
+++ b/Makefile
@@ -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