9 lines
192 B
Makefile
9 lines
192 B
Makefile
|
|
GEN_CSRCS += $(notdir $(wildcard $(PRJ_DIR)/custom/*.c))
|
|
|
|
DEPPATH += --dep-path $(PRJ_DIR)/custom
|
|
VPATH += :$(PRJ_DIR)/custom
|
|
|
|
CFLAGS += "-I$(PRJ_DIR)/custom"
|
|
AFLAGS += "-I$(PRJ_DIR)/custom"
|