patch-2.2.17 linux/Rules.make
Next file: linux/arch/alpha/config.in
Previous file: linux/REPORTING-BUGS
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Sep 4 18:39:16 2000
- Orig file:
v2.2.16/Rules.make
- Orig date:
Mon Sep 4 18:37:20 2000
diff -u --recursive --new-file v2.2.16/Rules.make linux/Rules.make
@@ -61,6 +61,9 @@
%.o: %.s
$(AS) $(ASFLAGS) $(EXTRA_CFLAGS) -o $@ $<
+%.lst: %.c
+ $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -g -c -o $*.o $<
+ $(TOPDIR)/scripts/makelst $* $(TOPDIR) $(OBJDUMP)
#
#
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)