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.

44 lines
1.3 KiB

ifeq ($(CFG_SOCT_BOOT_SLAVE),y)
ccflags-y += -I$(SDK_DIR)/source/drivers/include/generic \
-I$(SDK_DIR)/source/drivers/include/common \
-I$(SDK_DIR)/source/drivers/include/flash \
-I$(SDK_DIR)/source/drivers/include/otp \
-I$(SDK_DIR)/source/drivers/include/cipher \
-I$(SDK_DIR)/source/drivers/include/pdm \
-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 \
-I$(SDK_DIR)/source/drivers/include/graphic \
-I$(SDK_DIR)/source/apps/loader/include \
-I$(SDK_DIR)/source/apps/loader/burn \
-I$(SDK_DIR)/source/apps/loader/download \
-I$(SDK_DIR)/source/apps/loader/protocol \
-I$(SDK_DIR)/source/apps/loader/ui \
-I$(SDK_DIR)/source/apps/loader/verify \
-I$(SDK_DIR)/source/drivers/common \
-I$(SDK_DIR)/source/drivers/include/pdm \
-I$(SDK_DIR)/source/apps/include/loader
ccflags-y += -DAVB_COMPILATION \
-DAVB_AB_I_UNDERSTAND_LIBAVB_AB_IS_DEPRECATED \
-DWITH_CIPHER_HASH
ccflags-$(CFG_ADVCA_AVB) += -DSOCT_ADVCA_TYPE_AVB
obj-y += loader.o \
burn/burn.o \
burn/burn_ext4sp.o \
burn/burn_raw.o \
ui/ui_config.o \
ui/ui_display.o \
ui/ui_text.o \
ui/ui_win.o \
download/download.o \
protocol/protocol.o \
verify/verify.o
else
obj- += dummy.o
endif