aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/olpc_dcon/Makefile
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-12-26 16:44:34 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-01-28 23:13:35 -0800
commit82ef33af9dd30075adbd9f3dd161b606b8ba88ac (patch)
treedaae9a3ee61e0389f66292a24dc9c074e634ee00 /drivers/staging/olpc_dcon/Makefile
parentStaging: fwserial: Declare fwtty_port_get as static (diff)
downloadlinux-dev-82ef33af9dd30075adbd9f3dd161b606b8ba88ac.tar.xz
linux-dev-82ef33af9dd30075adbd9f3dd161b606b8ba88ac.zip
Staging: olpc_dcon: Remove obsolete driver
Remove support for One Laptop Per Child organization since it is dead. http://www.olpcnews.com/about_olpc_news/goodbye_one_laptop_per_child.html Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/olpc_dcon/Makefile')
-rw-r--r--drivers/staging/olpc_dcon/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/olpc_dcon/Makefile b/drivers/staging/olpc_dcon/Makefile
deleted file mode 100644
index 36c7e67fec20..000000000000
--- a/drivers/staging/olpc_dcon/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-olpc-dcon-objs += olpc_dcon.o
-olpc-dcon-$(CONFIG_FB_OLPC_DCON_1) += olpc_dcon_xo_1.o
-olpc-dcon-$(CONFIG_FB_OLPC_DCON_1_5) += olpc_dcon_xo_1_5.o
-obj-$(CONFIG_FB_OLPC_DCON) += olpc-dcon.o
-
-