gpu: arm: midgard: add build condition
authorJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 20 Jan 2015 02:45:04 +0000 (11:45 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 13 Apr 2015 10:44:17 +0000 (12:44 +0200)
Modify Kconfig and Makefile for mali.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
drivers/gpu/Makefile
drivers/video/Kconfig

index e9ed439a5b65329c33f450a1c82e78290581783a..f003a010dfc48d9981ac7940b5997c597ef96201 100644 (file)
@@ -1,6 +1,7 @@
 # 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                  += arm/
 obj-y                  += drm/ vga/
+obj-$(CONFIG_TEGRA_HOST1X)     += host1x/
 obj-$(CONFIG_IMX_IPUV3_CORE)   += ipu-v3/
index 8bf495ffb020789811358eef574b6aba446cb141..0ac53ab5498a93874b55e8818ed3e82893ceb82b 100644 (file)
@@ -22,6 +22,8 @@ source "drivers/gpu/vga/Kconfig"
 source "drivers/gpu/host1x/Kconfig"
 source "drivers/gpu/ipu-v3/Kconfig"
 
+source "drivers/gpu/arm/Kconfig"
+
 menu "Direct Rendering Manager"
 source "drivers/gpu/drm/Kconfig"
 endmenu