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.

11 lines
584 B

##############################################################
# dmcu common config #
##############################################################
ifeq ($(CONFIG_SOCT_CHIP_TYPE), "reserved19")
LITEOS_CFLAGS += -I$(VENDOR_DIR)/huanglong/linux/drv/dmcu/include/reserved19
else ifeq ($(CONFIG_SOCT_CHIP_TYPE), "hi3751v811")
LITEOS_CFLAGS += -I$(VENDOR_DIR)/huanglong/linux/drv/dmcu/include/hi3751v811
else ifeq ($(CONFIG_SOCT_CHIP_TYPE), "reserved23")
LITEOS_CFLAGS += -I$(VENDOR_DIR)/huanglong/linux/drv/dmcu/include/reserved23
endif