summaryrefslogblamecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/Makefile
blob: 7d2eefe94bf7fe25c889648d31171f61e50b04b2 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                         



                         
                        
                        


                                           
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-$(CONFIG_DRM_TILCDC)	+= tilcdc.o