Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.2.17 /Rules.make

Filename:/Rules.make
Lines Added:3
Lines Deleted:0
Also changed in: (Previous) 2.2.17pre20  2.2.17pre19  2.2.17pre18  2.2.17pre17  2.2.17pre16  2.2.17pre15 
(Following) 2.2.18pre5  2.2.18pre6  2.2.18pre7  2.2.18pre8  2.2.18pre9  2.2.18pre10 

Location
[  2.2.17
   o  Rules.make

Patch

diff -u --recursive --new-file v2.2.16/Rules.make linux/Rules.make
--- v2.2.16/Rules.make   Mon Sep  4 18:37:20 2000
+++ linux/Rules.make   Mon Sep  4 18:39:16 2000
@@ -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)
 #
 #
 #


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.