Merge remote-tracking branch 'selinux/next'
[deliverable/linux.git] / drivers / gpu / drm / tilcdc / Makefile
1 ccflags-y := -Iinclude/drm
2 ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
3 ccflags-y += -Werror
4 endif
5
6 obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
7 tilcdc_slave_compat.dtb.o
8
9 tilcdc-y := \
10 tilcdc_plane.o \
11 tilcdc_crtc.o \
12 tilcdc_tfp410.o \
13 tilcdc_panel.o \
14 tilcdc_external.o \
15 tilcdc_drv.o
16
17 obj-$(CONFIG_DRM_TILCDC) += tilcdc.o
This page took 0.031605 seconds and 5 git commands to generate.