mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 07:13:56 -04:00
Rename the source file according to its content. 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/20240513125620.6337-8-tzimmermann@suse.de
17 lines
322 B
Makefile
17 lines
322 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
mgag200-y := \
|
|
mgag200_bmc.o \
|
|
mgag200_ddc.o \
|
|
mgag200_drv.o \
|
|
mgag200_g200.o \
|
|
mgag200_g200eh.o \
|
|
mgag200_g200eh3.o \
|
|
mgag200_g200er.o \
|
|
mgag200_g200ev.o \
|
|
mgag200_g200ew3.o \
|
|
mgag200_g200se.o \
|
|
mgag200_g200wb.o \
|
|
mgag200_mode.o
|
|
|
|
obj-$(CONFIG_DRM_MGAG200) += mgag200.o
|