patch-2.4.0-test9 linux/Rules.make

Next file: linux/arch/alpha/Makefile
Previous file: linux/README
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/Rules.make linux/Rules.make
@@ -73,6 +73,9 @@
 
 endif
 
+%.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)