patch-1.3.19 linux/arch/mips/kernel/Makefile
Next file: linux/arch/mips/mm/Makefile
Previous file: linux/arch/mips/Makefile
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Aug 15 15:07:02 1995
- Orig file:
v1.3.18/linux/arch/mips/kernel/Makefile
- Orig date:
Tue Jul 11 10:02:48 1995
diff -u --recursive --new-file v1.3.18/linux/arch/mips/kernel/Makefile linux/arch/mips/kernel/Makefile
@@ -7,15 +7,12 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-.s.o:
- $(AS) $(ASFLAGS) -o $*.o $<
-.c.o:
- $(CC) $(CFLAGS) -c $<
.S.s:
$(CPP) $(CFLAGS) -D__ASSEMBLY__ -traditional $< -o $*.s
.S.o:
$(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
+EXTRA_ASFLAGS = -mips3 -mcpu=r4000
OBJS = process.o signal.o entry.o traps.o irq.o ptrace.o cache.o resume.o \
ioport.o setup.o bios32.o tynedma.o
@@ -52,10 +49,5 @@
kernel.o: $(OBJS)
$(LD) -r -o kernel.o $(OBJS)
sync
-
-dep:
- $(CPP) -M *.c > .depend
-
-modules:
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this