Reverted accidental change (#1222)
This commit is contained in:
parent
7d576efed9
commit
b32a161bc1
4
Makefile
4
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue