drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
[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 tilcdc-y := \
7 tilcdc_crtc.o \
8 tilcdc_tfp410.o \
9 tilcdc_slave.o \
10 tilcdc_panel.o \
11 tilcdc_drv.o
12
13 obj-$(CONFIG_DRM_TILCDC) += tilcdc.o
This page took 0.036135 seconds and 5 git commands to generate.