aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/pnx4008/Makefile
diff options
context:
space:
mode:
authorVitaly Wool <vitalywool@gmail.com>2006-07-03 00:24:19 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-03 15:26:59 -0700
commit36c9366efd63e4bab82d46e166140bddf3acc4cf (patch)
treec109a3e49e9d1d4f69fb2418cdc0ed375be07eb4 /drivers/video/pnx4008/Makefile
parent8320204ab495c858da7b6501f49a71b53d828e74 (diff)
downloadlinux-36c9366efd63e4bab82d46e166140bddf3acc4cf.tar.gz
[PATCH] fbdev: Add framebuffer and display update module support for pnx4008
Add support for Display Update Module and RGB framebuffer device on Philips PNX4008 ARM board. Signed-off-by: Grigory Tolstolytkin <gtolstolytkin@ru.mvista.com> Signed-off-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/pnx4008/Makefile')
-rw-r--r--drivers/video/pnx4008/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/pnx4008/Makefile b/drivers/video/pnx4008/Makefile
new file mode 100644
index 00000000000000..636aaccf01fdb5
--- /dev/null
+++ b/drivers/video/pnx4008/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for the new PNX4008 framebuffer device driver
+#
+
+obj-$(CONFIG_FB_PNX4008_DUM) += sdum.o
+obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnxrgbfb.o
+