mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00

Move the connector next to the rest of the modesetting code. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20221006095355.23579-6-tzimmermann@suse.de
5 lines
131 B
Makefile
5 lines
131 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
udl-y := udl_drv.o udl_modeset.o udl_main.o udl_transfer.o
|
|
|
|
obj-$(CONFIG_DRM_UDL) := udl.o
|