4G_module/custom/custom_main/custom_main.mk

6 lines
128 B
Makefile
Raw Normal View History

2024-09-02 17:54:29 +08:00
CUSTOM_MAIN_DIR := custom/custom_main
OC_FILES += $(CUSTOM_MAIN_DIR)/src/custom_main.c
INC += -I'$(CUSTOM_MAIN_DIR)/inc'