You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
870 B

ccflags-y += -I$(SDK_DIR)/source/drivers/include/generic \
-I$(SDK_DIR)/source/drivers/include/common \
-I$(SDK_DIR)/source/drivers/include/aiao \
-I$(SDK_DIR)/source/drivers/include/gpio \
-I$(SDK_DIR)/source/drivers/include/amp \
-I$(SDK_DIR)/source/drivers/include/i2c \
-I$(SDK_DIR)/source/drivers/include/pdm \
-I$(SDK_DIR)/source/drivers/include/flash \
-I$(SDK_DIR)/source/drivers/include/vo \
-I$(SDK_DIR)/source/drivers/include/video \
-I$(SDK_DIR)/source/drivers/include/panel \
-I$(SDK_DIR)/source/drivers/include/mipitx \
-Ivendor/open_source/u-boot/u-boot-2020.01/include \
-I$(SDK_DIR)/source/drivers/common \
-I$(SDK_DIR)/source/drivers/include/pdm
obj-$(CFG_SOCT_BOOT_SLAVE) += drv_aiao.o \
drv_aiao_util.o \
drv_boot_music.o \
drv_tianlai_adac.o \
drv_tianlai_adac_sv100.o \
drv_tianlai_adac_v760.o \
drv_tianlai_adac_v650.o