diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2006-09-29 19:06:38 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-03 17:59:17 +0100 |
commit | 3a42aa934856bfe3f28946f66ea8a5f056445747 (patch) | |
tree | a81278384a4b8034d932229ffdcf3f79f7b4cb50 /arch/mips/dec/boot/Makefile | |
parent | 0e90f49b112e4c91dee7d61eccc06bcd25b9c534 (diff) |
[MIPS] Remove dead DECstation boot code
Code in arch/mips/dec/boot/ has been dead for long. Let's get rid of it
before some epidemic spreads.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/boot/Makefile')
-rw-r--r-- | arch/mips/dec/boot/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/dec/boot/Makefile b/arch/mips/dec/boot/Makefile deleted file mode 100644 index bcea41698ef..00000000000 --- a/arch/mips/dec/boot/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for the DECstation family specific parts of the kernel -# - -netboot: all - $(LD) -N -G 0 -T ld.ecoff ../../boot/zImage \ - dec_boot.o ramdisk.img -o nbImage - -obj-y := decstation.o - -clean: - rm -f nbImage |