linuxOS_D21X/source/uboot-2021.10/drivers/video/artinchip/decoder/Makefile
2024-11-29 16:13:46 +08:00

14 lines
258 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
obj-$(CONFIG_ARTINCHIP_VE) += ve_drv.o
ve_drv-y := aic_ve.o ve-uclass.o
ifeq ($(CONFIG_LOGO_DECODE_ARTINCHIP),y)
ve_drv-y += aic_ve_png.o
endif
ifneq ($(CONFIG_SPL_BUILD),y)
ve_drv-y += aic_ve_jpeg.o ge-uclass.o
endif