patch-2.0.21-2.1.0 linux/arch/m68k/kernel/Makefile
Next file: linux/arch/m68k/kernel/console.c
Previous file: linux/arch/m68k/ifpsp060/os.S
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Sep 25 10:47:39 1996
- Orig file:
lx2.0/v2.0.21/linux/arch/m68k/kernel/Makefile
- Orig date:
Mon Apr 1 21:46:31 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/arch/m68k/kernel/Makefile linux/arch/m68k/kernel/Makefile
@@ -8,13 +8,12 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
.S.o:
- $(CC) -D__ASSEMBLY__ -traditional -Wa,-m68030 -c $< -o $*.o
+ $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
all: kernel.o head.o
O_TARGET := kernel.o
O_OBJS := entry.o process.o traps.o ints.o signal.o ptrace.o \
- setup.o bios32.o sys_m68k.o console.o time.o
-OX_OBJS = ksyms.o
+ setup.o bios32.o sys_m68k.o console.o time.o ksyms.o
head.o: head.S
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov