diff options
author | David Howells <dhowells@redhat.com> | 2008-02-08 04:19:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 09:22:30 -0800 |
commit | daeb51e62cacde31c8245866e1096ff79a0c83fe (patch) | |
tree | 57b71cf23b1c701ff2492f301bed79da77340e87 /arch/mn10300/unit-asb2303/Makefile | |
parent | b920de1b77b72ca9432ac3f97edb26541e65e5dd (diff) |
mn10300: add platform MTD support for the ASB2303 board
Add platform MTD support for the ASB2303 board.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/mn10300/unit-asb2303/Makefile')
-rw-r--r-- | arch/mn10300/unit-asb2303/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2303/Makefile b/arch/mn10300/unit-asb2303/Makefile index 03e579fa99d..38a5bb43b0b 100644 --- a/arch/mn10300/unit-asb2303/Makefile +++ b/arch/mn10300/unit-asb2303/Makefile @@ -3,4 +3,4 @@ # Makefile for the ASB2303 board # ############################################################################### -obj-y := unit-init.o smc91111.o leds.o +obj-y := unit-init.o smc91111.o flash.o leds.o |