Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / drivers / gpu / drm / tilcdc / Makefile
CommitLineData
816175dd
CG
1ccflags-y := -Iinclude/drm
2ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
3 ccflags-y += -Werror
4endif
16ea975e 5
4e722158
JS
6obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
7 tilcdc_slave_compat.dtb.o
8
16ea975e
RC
9tilcdc-y := \
10 tilcdc_crtc.o \
11 tilcdc_tfp410.o \
0d4bbaf9 12 tilcdc_panel.o \
103cd8bc 13 tilcdc_external.o \
16ea975e
RC
14 tilcdc_drv.o
15
16obj-$(CONFIG_DRM_TILCDC) += tilcdc.o
This page took 0.295634 seconds and 5 git commands to generate.