custom.mk 192 B

12345678
  1. GEN_CSRCS += $(notdir $(wildcard $(PRJ_DIR)/custom/*.c))
  2. DEPPATH += --dep-path $(PRJ_DIR)/custom
  3. VPATH += :$(PRJ_DIR)/custom
  4. CFLAGS += "-I$(PRJ_DIR)/custom"
  5. AFLAGS += "-I$(PRJ_DIR)/custom"