diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-07-11 00:31:36 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:35 +0100 |
commit | 22b1d707ffc99faebd86257ad19d5bb9fc624734 (patch) | |
tree | 9bd0bcd3878611d74db29e17f3c6e951f4656e61 /arch/mips/jmr3927/common/Makefile | |
parent | 14476007c90005c8992b786c15a59cca31f53268 (diff) | |
download | kernel_goldelico_gta04-22b1d707ffc99faebd86257ad19d5bb9fc624734.zip kernel_goldelico_gta04-22b1d707ffc99faebd86257ad19d5bb9fc624734.tar.gz kernel_goldelico_gta04-22b1d707ffc99faebd86257ad19d5bb9fc624734.tar.bz2 |
[MIPS] TXx9: Reorganize code
Move arch/mips/{jmr3927,tx4927,tx4938} into arch/mips/txx9/ tree.
This will help more code sharing and maintainance.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/jmr3927/common/Makefile')
-rw-r--r-- | arch/mips/jmr3927/common/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/jmr3927/common/Makefile b/arch/mips/jmr3927/common/Makefile deleted file mode 100644 index 8fd4fcc..0000000 --- a/arch/mips/jmr3927/common/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# Makefile for the common code of TOSHIBA JMR-TX3927 board -# - -obj-y += prom.o puts.o - -EXTRA_CFLAGS += -Werror |