diff options
author | Srikant Patnaik | 2015-01-11 22:02:25 +0530 |
---|---|---|
committer | Srikant Patnaik | 2015-01-11 22:02:25 +0530 |
commit | 633d64543bc0b6d3ac7eba1b2bf4d6cfe910263b (patch) | |
tree | f74d6bb1153108b04f05baa25d4c8d6d80f96813 | |
parent | b06c2aa34716af5b69a69c13c3d283b084d91362 (diff) | |
download | FOSSEE-netbook-kernel-source-633d64543bc0b6d3ac7eba1b2bf4d6cfe910263b.tar.gz FOSSEE-netbook-kernel-source-633d64543bc0b6d3ac7eba1b2bf4d6cfe910263b.tar.bz2 FOSSEE-netbook-kernel-source-633d64543bc0b6d3ac7eba1b2bf4d6cfe910263b.zip |
Another fix to include MALI, MALI_DRM, UMP in build process
-rw-r--r-- | drivers/gpu/Makefile | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpu/mali/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index ca2d3b34..83bd33d9 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1 +1 @@ -obj-y += drm/ vga/ stub/ ion/ +obj-y += drm/ vga/ stub/ ion/ mali/ diff --git a/drivers/gpu/drm/Makefile b/drivers/gpu/drm/Makefile index c20da5bd..68e7005d 100644 --- a/drivers/gpu/drm/Makefile +++ b/drivers/gpu/drm/Makefile @@ -40,6 +40,7 @@ obj-$(CONFIG_DRM_VMWGFX)+= vmwgfx/ obj-$(CONFIG_DRM_VIA) +=via/ obj-$(CONFIG_DRM_NOUVEAU) +=nouveau/ obj-$(CONFIG_DRM_EXYNOS) +=exynos/ +obj-$(CONFIG_DRM_MALI) += mali/ obj-$(CONFIG_DRM_GMA500) += gma500/ obj-$(CONFIG_DRM_UDL) += udl/ obj-y += i2c/ diff --git a/drivers/gpu/mali/Makefile b/drivers/gpu/mali/Makefile index 29e74a91..e4a03b0f 100644 --- a/drivers/gpu/mali/Makefile +++ b/drivers/gpu/mali/Makefile @@ -1 +1 @@ -obj-y += mali/ ump/ umplock/ +obj-y += mali/ ump/ umplock/ |