mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
4 lines
106 B
Makefile
4 lines
106 B
Makefile
# Switch Class Driver
|
|
obj-$(CONFIG_SWITCH) += switch_class.o
|
|
obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
|
|
|