]> Git Repo - linux.git/blob - drivers/gpu/drm/tilcdc/Makefile
Merge tag 'smack-for-5.4-rc1' of git://github.com/cschaufler/smack-next
[linux.git] / drivers / gpu / drm / tilcdc / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 ifeq (, $(findstring -W,$(EXTRA_CFLAGS)))
3         ccflags-y += -Werror
4 endif
5
6 tilcdc-y := \
7         tilcdc_plane.o \
8         tilcdc_crtc.o \
9         tilcdc_tfp410.o \
10         tilcdc_panel.o \
11         tilcdc_external.o \
12         tilcdc_drv.o
13
14 obj-$(CONFIG_DRM_TILCDC)        += tilcdc.o
This page took 0.035114 seconds and 4 git commands to generate.