mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
5 lines
106 B
Makefile
5 lines
106 B
Makefile
# Switch Class Driver
|
|
obj-$(CONFIG_SWITCH) += switch_class.o
|
|
obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o
|
|
|