summaryrefslogtreecommitdiff
path: root/drivers/switch/Makefile
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-04-19 12:37:47 -0700
committerAmit Pundir <amit.pundir@linaro.org>2016-05-19 12:32:41 +0530
commitc631c9800f20373ddafff77ce19844e78d2d2d9d (patch)
tree6c94adbced3c5296de70c6754dcff3878d207ef0 /drivers/switch/Makefile
parentd18fffdddbf0a395440cd8e8e2578d322c8f0dbd (diff)
Revert "switch: switch class and GPIO drivers."
Drivers should use extcon moving forward. Documentation/extcon/porting-android-switch-class describes how to port existing switch class drivers to extcon. This reverts commit e4b8e66e0ae2e78e913d7b86f2507fdb0aa731b4. Change-Id: I5b622c7ab4c0cb9670f8903f259a99888f503c1a
Diffstat (limited to 'drivers/switch/Makefile')
-rw-r--r--drivers/switch/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/switch/Makefile b/drivers/switch/Makefile
deleted file mode 100644
index f7606ed4a719..000000000000
--- a/drivers/switch/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-# Switch Class Driver
-obj-$(CONFIG_SWITCH) += switch_class.o
-obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
-