Files
xiuos/Ubiquitous/XiZi_AIoT/services/Makefile
T
songyanguang 8f0c6bbd5c build services
2024-12-19 20:59:36 +08:00

8 lines
185 B
Makefile

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