mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-01 18:53:02 +09:00
This reverts commit c631c9800f.
We keep switch driver until HDMI work.
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
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
|
|
|