add lcd driver for xidatong

This commit is contained in:
Wang_Weigen
2022-05-06 17:53:48 +08:00
parent afc4b58b74
commit 5338598158
14 changed files with 1728 additions and 10 deletions
@@ -24,4 +24,7 @@ ifeq ($(CONFIG_BSP_USING_USB),y)
SRC_DIR += usb
endif
ifeq ($(CONFIG_BSP_USING_LCD),y)
SRC_DIR += lcd
endif
include $(KERNEL_ROOT)/compiler.mk