summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-sdk7786/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-10-15 02:13:04 +0900
committerPaul Mundt <lethal@linux-sh.org>2010-10-15 02:13:04 +0900
commitd8d6b902b8a3b2c66151529694bb4a9a3555cf43 (patch)
treee2ab4dff9888dc2cd0998299959bfa5b9409cdd5 /arch/sh/boards/mach-sdk7786/Makefile
parentc993487ec87ba6d9ea47b03dad562123d503f4a2 (diff)
downloadblackbird-op-linux-d8d6b902b8a3b2c66151529694bb4a9a3555cf43.tar.gz
blackbird-op-linux-d8d6b902b8a3b2c66151529694bb4a9a3555cf43.zip
sh: mach-sdk7786: Add support for the FPGA SRAM.
This ties in the 2KiB of FPGA SRAM in to the generic SRAM pool. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-sdk7786/Makefile')
-rw-r--r--arch/sh/boards/mach-sdk7786/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-sdk7786/Makefile b/arch/sh/boards/mach-sdk7786/Makefile
index d0f801bd8416..23ff7d4ac491 100644
--- a/arch/sh/boards/mach-sdk7786/Makefile
+++ b/arch/sh/boards/mach-sdk7786/Makefile
@@ -1,3 +1,4 @@
-obj-y := setup.o fpga.o irq.o
+obj-y := fpga.o irq.o setup.o
obj-$(CONFIG_GENERIC_GPIO) += gpio.o
+obj-$(CONFIG_HAVE_SRAM_POOL) += sram.o
OpenPOWER on IntegriCloud