9a6fc767f6b852a02969216886d0543fcf5a78dd
[deliverable/linux.git] / drivers / gpu / host1x / Makefile
1 ccflags-y = -Idrivers/gpu/host1x
2
3 host1x-y = \
4 syncpt.o \
5 dev.o \
6 intr.o \
7 cdma.o \
8 channel.o \
9 job.o \
10 debug.o \
11 hw/host1x01.o
12
13 ccflags-y += -Iinclude/drm
14 ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG
15
16 host1x-$(CONFIG_DRM_TEGRA) += drm/drm.o drm/fb.o drm/dc.o
17 host1x-$(CONFIG_DRM_TEGRA) += drm/output.o drm/rgb.o drm/hdmi.o
18 obj-$(CONFIG_TEGRA_HOST1X) += host1x.o
This page took 0.034468 seconds and 5 git commands to generate.