]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/gpu/host1x/Makefile
drm/tegra: Add gr2d device
[mirror_ubuntu-zesty-kernel.git] / drivers / gpu / host1x / Makefile
CommitLineData
75471687
TB
1ccflags-y = -Idrivers/gpu/host1x
2
3host1x-y = \
4 syncpt.o \
5 dev.o \
7ede0b0b 6 intr.o \
6579324a
TB
7 cdma.o \
8 channel.o \
9 job.o \
6236451d 10 debug.o \
75471687
TB
11 hw/host1x01.o
12
4231c6b0
TB
13ccflags-y += -Iinclude/drm
14ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
15
692e6d7b 16host1x-$(CONFIG_DRM_TEGRA) += drm/drm.o drm/fb.o drm/dc.o
4231c6b0 17host1x-$(CONFIG_DRM_TEGRA) += drm/output.o drm/rgb.o drm/hdmi.o
de2ba664 18host1x-$(CONFIG_DRM_TEGRA) += drm/gem.o
d43f81cb 19host1x-$(CONFIG_DRM_TEGRA) += drm/gr2d.o
75471687 20obj-$(CONFIG_TEGRA_HOST1X) += host1x.o