summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/Makefile
blob: bb468ca753c34a84ca7768f8c2b1d622721fc169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ccflags-y := -Iinclude/drm
ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
	ccflags-y += -Werror
endif

tilcdc-y := \
	tilcdc_crtc.o \
	tilcdc_tfp410.o \
	tilcdc_slave.o \
	tilcdc_panel.o \
	tilcdc_drv.o

obj-$(CPTCFG_DRM_TILCDC)	+= tilcdc.o