Files
2023-06-27 09:51:07 +08:00

7 lines
108 B
Makefile

SRC_DIR :=
ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR += xizi
endif
include $(KERNEL_ROOT)/compiler.mk