summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/Makefile
blob: f5190477de721b0203f3357e86a2fd64976d7c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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