summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorRobert Fekete <robert.fekete@stericsson.com>2011-09-05 10:36:12 +0200
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:05:55 +0200
commit79a6f9fa7aeacbfe0899597b959ba46b5fa82614 (patch)
treed88298d809970f1c52cf31f1d076eb0534a2d003 /drivers/gpu
parent253d562955d951e3d7f036c006a4ad5d60a951d1 (diff)
ux500: drivers/gpu: Correction of drivers/gpu/makefile
Previous commit 963bc151679c88db77a16ba0a86226c3d2bb2df3 falsely removed ion/ and /stub from drivers/gpu/Makefile. This patch will restore the order. ST-Ericsson ID: N/A ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I1615a7f7d11559a466f7af191ab4d216e7df9c0f Signed-off-by: Robert Fekete <robert.fekete@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30081
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile
index d3ecf1f32ec..83bd33d9239 100644
--- a/drivers/gpu/Makefile
+++ b/drivers/gpu/Makefile
@@ -1 +1 @@
-obj-y += drm/ vga/ mali/
+obj-y += drm/ vga/ stub/ ion/ mali/