From f9fd75d706c3087af573b3ab0860049b2dd95261 Mon Sep 17 00:00:00 2001 From: Mauro Ribeiro Date: Wed, 15 Oct 2014 01:58:16 -0300 Subject: [PATCH] drivers/gpu: add arm folder to Makefile Change-Id: If09e7c64112bad137af1ce14ab9f6e50cedb9cdf Signed-off-by: Dongjin Kim --- drivers/gpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index a2efb62aa776..9900e2394b43 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1,2 +1,2 @@ -obj-y += drm/ vga/ ion/ +obj-y += drm/ vga/ ion/ arm/ obj-$(CONFIG_TEGRA_HOST1X) += host1x/