diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /arch/i386/lib/Makefile | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'arch/i386/lib/Makefile')
-rw-r--r-- | arch/i386/lib/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index a4e4b1486..6490984b1 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -2,15 +2,10 @@ # Makefile for i386-specific library files.. # -ifdef SMP .S.o: $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o -else -.S.o: - $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o -endif L_TARGET = lib.a -L_OBJS = checksum.o semaphore.o locks.o delay.o usercopy.o getuser.o putuser.o +L_OBJS = checksum.o semaphore.o delay.o usercopy.o getuser.o putuser.o include $(TOPDIR)/Rules.make |