Reverted accidental change (#1222)

This commit is contained in:
Philip Gladstone 2016-04-09 07:53:31 -04:00 committed by Marcel Stör
parent 7d576efed9
commit b32a161bc1
1 changed files with 0 additions and 4 deletions

View File

@ -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)