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.
29 lines
950 B
29 lines
950 B
ccflags-y += -I$(SDK_DIR)/source/drivers/include/generic \
|
|
-I$(SDK_DIR)/source/drivers/include/common \
|
|
-I$(SDK_DIR)/source/drivers/common \
|
|
-I$(SDK_DIR)/source/drivers/include/pmoc \
|
|
-I$(SDK_DIR)/source/drivers/include/pdm \
|
|
|
|
ifeq ($(CFG_SOCT_BOOT_SBL),y)
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),reserved13)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/reserved13
|
|
endif
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),reserved9)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/reserved13
|
|
endif
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),reserved6)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/reserved13
|
|
endif
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),reserved8)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/reserved13
|
|
endif
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),reserved19)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/reserved19
|
|
endif
|
|
ifeq ($(CFG_SOCT_CHIP_TYPE),hi3751v811)
|
|
ccflags-y += -I$(SDK_DIR)/../mcu/lpmcu/include/hi3751v811
|
|
endif
|
|
obj-$(CFG_SOCT_BUILD_WITH_PMOC) += drv_pmoc.o
|
|
endif
|
|
|
|
obj- += dummy.o
|