diff options
Diffstat (limited to 'drivers/switch/Makefile')
| -rw-r--r-- | drivers/switch/Makefile | 4 |
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 | ||
| 2 | obj-$(CONFIG_SWITCH) += switch_class.o | ||
| 3 | obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o | ||
| 4 | |||
