From 50780c69e05f993b27cb0741ba12654f4dd28443 Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Thu, 4 Jun 2015 16:24:57 +0100 Subject: [PATCH] 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 --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 2d00bfd..e8f5485 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