Files
xiuos/Ubiquitous/XiZi_AIoT/services/Makefile
T
2025-01-24 17:52:12 +08:00

8 lines
173 B
Makefile

ifeq ($(BOARD), jh7110)
SRC_DIR := fs shell lib boards tools app
else
SRC_DIR := fs shell lib boards drivers semaphore tools app
endif
include $(KERNEL_ROOT)/compiler.mk