kernel/drivers/gpu/drm/tilcdc/Makefile
2024-07-22 17:22:30 +08:00

14 lines
241 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_panel.o \
tilcdc_external.o \
tilcdc_drv.o
obj-$(CONFIG_DRM_TILCDC) += tilcdc.o