switch: switch class and GPIO drivers.
[firefly-linux-kernel-4.4.55.git] / drivers / switch / Makefile
diff --git a/drivers/switch/Makefile b/drivers/switch/Makefile
new file mode 100644 (file)
index 0000000..f7606ed
--- /dev/null
@@ -0,0 +1,4 @@
+# Switch Class Driver
+obj-$(CONFIG_SWITCH)           += switch_class.o
+obj-$(CONFIG_SWITCH_GPIO)      += switch_gpio.o
+