diff options
| author | Thierry Reding <treding@nvidia.com> | 2013-10-09 04:32:49 -0400 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2013-10-31 04:55:40 -0400 |
| commit | dee8268f8fb218c9e9b604a40f7dbdd395e910f9 (patch) | |
| tree | b28f659398ca70881bccde1cef8c34357faf6964 /drivers/gpu/host1x/Makefile | |
| parent | fc3be3e8fc8b3b6e800d6dc8ffb794e9d27ba5d2 (diff) | |
drm/tegra: Move driver to DRM tree
In order to make subsystem-wide changes easier, move the Tegra DRM
driver back into the DRM tree.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/Makefile')
| -rw-r--r-- | drivers/gpu/host1x/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/host1x/Makefile b/drivers/gpu/host1x/Makefile index 616fe82ce715..889217cfb79d 100644 --- a/drivers/gpu/host1x/Makefile +++ b/drivers/gpu/host1x/Makefile | |||
| @@ -9,12 +9,4 @@ host1x-y = \ | |||
| 9 | debug.o \ | 9 | debug.o \ |
| 10 | hw/host1x01.o | 10 | hw/host1x01.o |
| 11 | 11 | ||
| 12 | ccflags-y += -Iinclude/drm | ||
| 13 | ccflags-$(CONFIG_DRM_TEGRA_DEBUG) += -DDEBUG | ||
| 14 | |||
| 15 | host1x-$(CONFIG_DRM_TEGRA) += drm/drm.o drm/fb.o drm/dc.o | ||
| 16 | host1x-$(CONFIG_DRM_TEGRA) += drm/output.o drm/rgb.o drm/hdmi.o | ||
| 17 | host1x-$(CONFIG_DRM_TEGRA) += drm/gem.o | ||
| 18 | host1x-$(CONFIG_DRM_TEGRA) += drm/gr2d.o | ||
| 19 | host1x-$(CONFIG_DRM_TEGRA) += drm/bus.o | ||
| 20 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o | 12 | obj-$(CONFIG_TEGRA_HOST1X) += host1x.o |
