9f5e8eee5c
This adds support for a generic push switch framework. Adaptable for various switches, including GPIO switches and the push switches commonly found on Renesas debug boards. This allows switch states to be trivially reported through sysfs. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
202 B
Makefile
9 lines
202 B
Makefile
#
|
|
# Makefile for the Linux SuperH-specific device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PCI) += pci/
|
|
obj-$(CONFIG_SH_DMA) += dma/
|
|
obj-$(CONFIG_SUPERHYWAY) += superhyway/
|
|
obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
|