diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:33 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-15 18:44:33 +0100 |
commit | 2157bc68711bf0e69f9aca4d310bd863298fbb3f (patch) | |
tree | 782eccb964694e9ffc534f6d970cd8a2bd25ffa0 /arch/mips/Makefile | |
parent | 372a775f50347f5c1dd87752b16e5c05ea965790 (diff) | |
download | talos-obmc-linux-2157bc68711bf0e69f9aca4d310bd863298fbb3f.tar.gz talos-obmc-linux-2157bc68711bf0e69f9aca4d310bd863298fbb3f.zip |
[MIPS] Atlas: Remove support code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 0b8d82d55c66..9bc2c763909f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -310,15 +310,6 @@ cflags-$(CONFIG_LEMOTE_FULONG) += -Iinclude/asm-mips/mach-lemote core-$(CONFIG_MIPS_BOARDS_GEN) += arch/mips/mips-boards/generic/ # -# MIPS Atlas board -# -core-$(CONFIG_MIPS_ATLAS) += arch/mips/mips-boards/atlas/ -cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-atlas -cflags-$(CONFIG_MIPS_ATLAS) += -Iinclude/asm-mips/mach-mips -load-$(CONFIG_MIPS_ATLAS) += 0xffffffff80100000 -all-$(CONFIG_MIPS_ATLAS) := vmlinux.bin - -# # MIPS Malta board # core-$(CONFIG_MIPS_MALTA) += arch/mips/mips-boards/malta/ |