9daa0c257d
This adds simple push-switch support for the RDBRP-1/RDBREVRP-1 debug boards found on the R7780RP-1. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
9 lines
162 B
Makefile
9 lines
162 B
Makefile
#
|
|
# Makefile for the R7780RP-1 specific parts of the kernel
|
|
#
|
|
|
|
obj-y := setup.o io.o irq.o
|
|
|
|
obj-$(CONFIG_HEARTBEAT) += led.o
|
|
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|