aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/switch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/switch/Makefile')
-rw-r--r--drivers/switch/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/switch/Makefile b/drivers/switch/Makefile
new file mode 100644
index 00000000000..f7606ed4a71
--- /dev/null
+++ b/drivers/switch/Makefile
@@ -0,0 +1,4 @@
1# Switch Class Driver
2obj-$(CONFIG_SWITCH) += switch_class.o
3obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
4