linux/drivers/gpu/drm/tilcdc/Makefile
Kory Maincent (TI.com) cb18dbb74f drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
The tilcdc_external module describes the encoder part of the tilcdc
driver. Rename it to tilcdc_encoder for better clarity and to make
the naming more consistent with DRM subsystem conventions, where
encoder-related files typically use "encoder" in their names.

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260123-feature_tilcdc-v5-12-5a44d2aa3f6f@bootlin.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
2026-02-11 09:16:15 +01:00

15 lines
322 B
Makefile

# SPDX-License-Identifier: GPL-2.0
ifeq (, $(findstring -W,$(KCFLAGS)))
ccflags-y += -Werror
endif
tilcdc-y := \
tilcdc_plane.o \
tilcdc_crtc.o \
tilcdc_encoder.o \
tilcdc_drv.o
obj-$(CONFIG_DRM_TILCDC) += tilcdc.o
obj-$(CONFIG_DRM_TILCDC_PANEL_LEGACY) += tilcdc_panel_legacy.o \
tilcdc_panel_legacy.dtbo.o