MALI: add midgard src dir
authorchenzhen <chenzhen@rock-chips.com>
Fri, 4 Mar 2016 14:04:38 +0000 (22:04 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 9 Mar 2016 08:51:03 +0000 (16:51 +0800)
Change-Id: I9938fe0377fc57e030c9e5109c216d6c62dbeef0
Signed-off-by: chenzhen <chenzhen@rock-chips.com>
drivers/gpu/Makefile
drivers/video/Kconfig

index f203eac28637049b503e87587f7373c9625c8424..88d9e523227f55f2dc2f2ed4899ebe416e7ca979 100644 (file)
@@ -2,6 +2,6 @@
 # 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-y                  += drm/ vga/ arm/
 obj-$(CONFIG_IMX_IPUV3_CORE)   += ipu-v3/
 obj-$(CONFIG_POWERVR_ROGUE_M)  += rogue_m/
index 110dd9a036d8f61f5e8377bc23512866d70d7a9c..47675cfc68d98dc6d67dfb06fe5e424bca1fd51c 100644 (file)
@@ -26,6 +26,8 @@ source "drivers/gpu/drm/Kconfig"
 
 source "drivers/gpu/rogue_m/Kconfig"
 
+source "drivers/gpu/arm/midgard/Kconfig"
+
 menu "Frame buffer Devices"
 source "drivers/video/fbdev/Kconfig"
 endmenu