• Linus Torvalds's avatar
    v2.4.3.1 -> v2.4.3.2 · b0683ac8
    Linus Torvalds authored
      - Ingo Molnar/Al Viro: don't use bforget() on ext2 (and minix) metadata
      where we may not be the only owner of the buffer! FS corruption.
      - Andi Kleen: IPv6 packet re-assembly fix.
      - David Howells: fix up rwsem implementation
      - Alan Cox: more merging (S/390 down, ARM to go).
      - Jens Axboe: LVM and loop fixes
    b0683ac8
Makefile 347 Bytes
#
# Makefile for s390-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

obj-y = checksum.o delay.o memset.o misaligned.o strcmp.o strncpy.o uaccess.o
export-objs += misaligned.o

include $(TOPDIR)/Rules.make