patch-2.3.23 linux/arch/arm/lib/Makefile
Next file: linux/arch/arm/lib/backtrace.S
Previous file: linux/arch/arm/kernel/traps.c
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Wed Oct 20 16:29:08 1999
- Orig file:
v2.3.22/linux/arch/arm/lib/Makefile
- Orig date:
Tue Aug 31 17:29:12 1999
diff -u --recursive --new-file v2.3.22/linux/arch/arm/lib/Makefile linux/arch/arm/lib/Makefile
@@ -1,11 +1,11 @@
#
# linux/arch/arm/lib/Makefile
#
-# Copyright (C) 1995-1998 Russell King
+# Copyright (C) 1995-1999 Russell King
#
L_TARGET := lib.a
-L_OBJS := backtrace.o bitops.o checksum.o delay.o memcpy.o \
+L_OBJS := backtrace.o bitops.o checksum.o delay.o \
string.o system.o uaccess.o
ifeq ($(PROCESSOR),armo)
@@ -13,7 +13,7 @@
endif
ifdef CONFIG_ARCH_ACORN
- L_OBJS += loaders.o io-acorn.o
+ L_OBJS += io-acorn.o
ifdef CONFIG_ARCH_A5K
L_OBJS += floppydma.o
endif
@@ -34,13 +34,13 @@
include $(TOPDIR)/Rules.make
+.S.o:
+ $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c -o $*.o $<
+
constants.h: getconsdata.o extractconstants.pl
$(PERL) extractconstants.pl $(OBJDUMP) > $@
getconsdata.o: getconsdata.c
$(CC) $(CFLAGS) -c getconsdata.c
-checksum.o: constants.h
-
-%.o: %.S
- $(CC) $(CFLAGS) -D__ASSEMBLY__ -c -o $@ $<
+checksum.o string.o: constants.h
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)