76496f8f2e
The on-board NMI switch is routed through and mangled by the FPGA prior to its delivery to the NMI pin, so add some glue for the various configuration options. The default is to unmask it and enable all input sources. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
5 lines
113 B
Makefile
5 lines
113 B
Makefile
obj-y := fpga.o irq.o nmi.o setup.o
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|
|
obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|