diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-03-25 23:40:36 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-03-25 23:40:36 +0000 |
commit | 7206675c40394c78a90e74812bbdbf8cf3cca1be (patch) | |
tree | 251895cf5a0008e2b4ce438cb01ad4d55fb5b97b /arch/mips/lib/Makefile | |
parent | beb116954b9b7f3bb56412b2494b562f02b864b1 (diff) |
Import of Linux/MIPS 2.1.14.2
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r-- | arch/mips/lib/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index ac3cf45ad..0b2eec6d9 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -1,8 +1,8 @@ # # Makefile for MIPS-specific library files.. # -# Some of these routines are just left over debugging trash of ancient -# times when I just could make my Tyne beep and so ... +# Many of these routines are just left over debugging trash of ancient +# times when I just make my Tyne beep and so ... # # ...and for when I need to get the DECStation to use the boot prom to # do things... Paul M. Antoine. @@ -14,9 +14,10 @@ $(CC) $(CFLAGS) -c $< -o $*.o L_TARGET = lib.a -L_OBJS = beep.o bitags.o checksum.o csum.o dump_tlb.o io.o memmove.o \ - strncpy_user.o strlen_user.o watch.o -ifdef CONFIG_MIPS_DECSTATION +L_OBJS = beep.o byteorder.o checksum.o copy_user.o csum.o dump_tlb.o io.o \ + memset.o memcpy.o strlen_user.o strncpy_user.o tags.o watch.o + +ifdef CONFIG_DECSTATION L_OBJS += pmaxcon.o pmaxio.o else L_OBJS += tinycon.o |