From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- drivers/gpu/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/gpu/Makefile (limited to 'drivers/gpu/Makefile') diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile new file mode 100644 index 000000000..e9ed439a5 --- /dev/null +++ b/drivers/gpu/Makefile @@ -0,0 +1,6 @@ +# drm/tegra depends on host1x, so if both drivers are built-in care must be +# taken to initialize them in the correct order. Link order is the only way +# to ensure this currently. +obj-$(CONFIG_TEGRA_HOST1X) += host1x/ +obj-y += drm/ vga/ +obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/ -- cgit v1.2.3