Commit b32a161b authored by Philip Gladstone's avatar Philip Gladstone Committed by Marcel Stör
Browse files

Reverted accidental change (#1222)

parent 7d576efe
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment