diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 04:20:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-17 04:20:19 +0000 |
commit | 7896c4a2a71de4f71486e8b8a3e5c9bbb72c6789 (patch) | |
tree | 970305a22bf2ee54627af37e27202a469a23aecb /arch/mips/lib | |
parent | 4c327fbad8840f5404cbbca9a085f00981aa8d96 (diff) |
Remove byteorder.o from the list of objects to build.
Diffstat (limited to 'arch/mips/lib')
-rw-r--r-- | arch/mips/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index 0b2eec6d9..32afe92dd 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -14,8 +14,8 @@ $(CC) $(CFLAGS) -c $< -o $*.o L_TARGET = lib.a -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 +L_OBJS = beep.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 |