Fixed: Added -I.
This commit is contained in:
parent
90e969b5ba
commit
0ae5c1e43e
|
@ -5,7 +5,7 @@
|
||||||
SRC_DIR = $(SRC_HOME)/modules/src/read_em
|
SRC_DIR = $(SRC_HOME)/modules/src/read_em
|
||||||
MOD_DIR = $(TARGET_HOME)/modules
|
MOD_DIR = $(TARGET_HOME)/modules
|
||||||
EM_TABLE = $(SRC_HOME)/etc/em_table
|
EM_TABLE = $(SRC_HOME)/etc/em_table
|
||||||
INCLUDES = -I$(TARGET_HOME)/h -I$(MOD_DIR)/h -I$(SRC_DIR)
|
INCLUDES = -I$(TARGET_HOME)/h -I$(MOD_DIR)/h -I$(SRC_DIR) -I.
|
||||||
DEFINES = -DPRIVATE=static -DEXPORT=
|
DEFINES = -DPRIVATE=static -DEXPORT=
|
||||||
CFLAGS = $(INCLUDES) $(DEFINES) $(COPTIONS)
|
CFLAGS = $(INCLUDES) $(DEFINES) $(COPTIONS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue