mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
eab5d29d4f
Add starfive DRM Display driver framework Signed-off-by: jack.zhu <jack.zhu@starfivetech.com> Signed-off-by: keith.zhao <keith.zhao@starfivetech.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: José Expósito <jose.exposito89@gmail.com> Link: https://lore.kernel.org/r/a8ca722539672d6369d6e4092e1e08cb6b58c546.1645535955.git.geert@linux-m68k.org Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
14 lines
331 B
Makefile
14 lines
331 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2021 StarFive Technology Co., Ltd.
|
|
#
|
|
starfive-drm-y := starfive_drm_drv.o \
|
|
starfive_drm_gem.o \
|
|
starfive_drm_crtc.o \
|
|
starfive_drm_encoder.o \
|
|
starfive_drm_plane.o \
|
|
starfive_drm_lcdc.o \
|
|
starfive_drm_vpp.o
|
|
|
|
obj-$(CONFIG_DRM_STARFIVE) += starfive-drm.o
|