diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /arch/mips/dec/Makefile | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'arch/mips/dec/Makefile')
-rw-r--r-- | arch/mips/dec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/Makefile b/arch/mips/dec/Makefile index 92fc4a1ff..ccfba0694 100644 --- a/arch/mips/dec/Makefile +++ b/arch/mips/dec/Makefile @@ -13,7 +13,7 @@ all: dec.o O_TARGET := dec.o -O_OBJS := boot.o int-handler.o decstation.o hw-access.o setup.o +O_OBJS := boot.o int-handler.o decstation.o hw-access.o reset.o setup.o boot.o: boot.S |