mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-25 16:01:59 -04:00
9 lines
200 B
Makefile
9 lines
200 B
Makefile
TEE_INC += -I$(CSI_DIR)/csi_driver/include
|
|
|
|
ifeq ($(CONFIG_CSKY), y)
|
|
include $(CSI_DIR)/csi_driver/csky/csi.mk
|
|
endif
|
|
|
|
ifeq ($(CONFIG_SANECHIPS), y)
|
|
include $(CSI_DIR)/csi_driver/sanechips/csi.mk
|
|
endif |