d8d6b902b8
This ties in the 2KiB of FPGA SRAM in to the generic SRAM pool. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
4 lines
107 B
Makefile
4 lines
107 B
Makefile
obj-y := fpga.o irq.o setup.o
|
|
|
|
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
|
|
obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
|