From b32a161bc17deb28605bfcbb5243fa43a7001ef9 Mon Sep 17 00:00:00 2001 From: Philip Gladstone Date: Sat, 9 Apr 2016 07:53:31 -0400 Subject: [PATCH] Reverted accidental change (#1222) --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index b3ad8e9b..73144e38 100644 --- a/Makefile +++ b/Makefile @@ -131,10 +131,6 @@ CCFLAGS += \ -mtext-section-literals # -Wall -ifneq ($(wildcard $(TOP_DIR)/user_config.h),) -INCLUDES += -include "$(TOP_DIR)/user_config.h" -endif - CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES) DFLAGS = $(CCFLAGS) $(DDEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)