mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-28 14:58:52 +01: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
|
|
|