4G_module/custom/custom.mk

7 lines
143 B
Makefile
Raw Normal View History

2024-09-02 17:54:29 +08:00
include tools/scripts/config.mk
CUSTOM_DIR := custom
ifeq ($(strip $(DEMO_SUPPORT)),n)
include $(CUSTOM_DIR)/custom_main/custom_main.mk
endif