mirror of
https://github.com/torvalds/linux.git
synced 2026-05-02 21:42:42 -04:00
Just move some files around to keep source code well organized. Plus fix a type in the help text of CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241108154600.126162-2-tzimmermann@suse.de
6 lines
191 B
Makefile
6 lines
191 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
drm_client_lib-y := drm_client_setup.o
|
|
drm_client_lib-$(CONFIG_DRM_FBDEV_EMULATION) += drm_fbdev_client.o
|
|
obj-$(CONFIG_DRM_CLIENT_LIB) += drm_client_lib.o
|