mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
5fbfe21b85
Change-Id: Ifc6f9aa6fa6520002dec150808bb9192e48ed0a8
5 lines
152 B
Makefile
5 lines
152 B
Makefile
# Switch Class Driver
|
|
obj-$(CONFIG_SWITCH) += switch_class.o
|
|
obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
|
|
obj-$(CONFIG_SWITCH_FSA8008) += hds_fsa8008.o
|
|
|