]> Git Repo - linux.git/blob - drivers/gpu/drm/tilcdc/Makefile
Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / gpu / drm / tilcdc / Makefile
1 ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
2         ccflags-y += -Werror
3 endif
4
5 obj-$(CONFIG_DRM_TILCDC_SLAVE_COMPAT) += tilcdc_slave_compat.o \
6                                          tilcdc_slave_compat.dtb.o
7
8 tilcdc-y := \
9         tilcdc_plane.o \
10         tilcdc_crtc.o \
11         tilcdc_tfp410.o \
12         tilcdc_panel.o \
13         tilcdc_external.o \
14         tilcdc_drv.o
15
16 obj-$(CONFIG_DRM_TILCDC)        += tilcdc.o
This page took 0.038612 seconds and 4 git commands to generate.