diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-15 02:13:04 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-15 02:13:04 +0900 |
commit | d8d6b902b8a3b2c66151529694bb4a9a3555cf43 (patch) | |
tree | e2ab4dff9888dc2cd0998299959bfa5b9409cdd5 /arch/sh/boards/mach-sdk7786/Makefile | |
parent | c993487ec87ba6d9ea47b03dad562123d503f4a2 (diff) | |
download | blackbird-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/Makefile | 3 |
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 |