mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 14:39:21 +07:00
826fc86b59
Since the VExpress setup in pl111_vexpress.c is now just a single function call, let's move it into pl111_versatile.c and we can further simplify pl111_versatile_init() by moving the other pieces for VExpress into pl111_vexpress_clcd_init(). Cc: Eric Anholt <eric@anholt.net> Cc: dri-devel@lists.freedesktop.org Acked-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20200409013947.12667-4-robh@kernel.org
10 lines
245 B
Makefile
10 lines
245 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
pl111_drm-y += pl111_display.o \
|
|
pl111_versatile.o \
|
|
pl111_drv.o
|
|
|
|
pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o
|
|
pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
|
|
|
|
obj-$(CONFIG_DRM_PL111) += pl111_drm.o
|