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.

10 lines
286 B

ccflags-y += -I$(SDK_DIR)/source/drivers/include/license \
-I$(SDK_DIR)/source/drivers/common \
-I$(SDK_DIR)/source/drivers/include/pdm
ifeq ($(findstring $(CFG_SOCT_CHIP_TYPE), reserved19 reserved17 hi3751v811),)
obj-$(CFG_SOCT_BOOT_SBL) += soc_license.o
else
obj- += dummy.o
endif