aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-12-04 01:19:52 -0500
committerDavid S. Miller <davem@davemloft.net>2008-12-04 01:19:52 -0500
commit9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch)
treeb9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers
parent8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (diff)
netdev: remove pathetic compile-command lines
-m486, -O6 are partircularly amusing. Remove some other useless lines near as well. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/3c507.c11
-rw-r--r--drivers/net/3c515.c8
-rw-r--r--drivers/net/82596.c6
-rw-r--r--drivers/net/acenic.c7
-rw-r--r--drivers/net/appletalk/cops.c8
-rw-r--r--drivers/net/at1700.c12
-rw-r--r--drivers/net/de620.c17
-rw-r--r--drivers/net/defxx.c7
-rw-r--r--drivers/net/eth16i.c12
-rw-r--r--drivers/net/ewrk3.c10
-rw-r--r--drivers/net/hp100.c9
-rw-r--r--drivers/net/isa-skeleton.c12
-rw-r--r--drivers/net/mac89x0.c11
-rw-r--r--drivers/net/ni5010.c9
-rw-r--r--drivers/net/ni52.c6
-rw-r--r--drivers/net/ni65.c6
-rw-r--r--drivers/net/plip.c6
-rw-r--r--drivers/net/rrunner.c6
-rw-r--r--drivers/net/seeq8005.c9
-rw-r--r--drivers/net/yellowfin.c11
20 files changed, 0 insertions, 183 deletions
diff --git a/drivers/net/3c507.c b/drivers/net/3c507.c
index b8585ecd1d78..423e65d0ba73 100644
--- a/drivers/net/3c507.c
+++ b/drivers/net/3c507.c
@@ -936,14 +936,3 @@ cleanup_module(void)
936} 936}
937#endif /* MODULE */ 937#endif /* MODULE */
938MODULE_LICENSE("GPL"); 938MODULE_LICENSE("GPL");
939
940
941/*
942 * Local variables:
943 * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c"
944 * version-control: t
945 * kept-new-versions: 5
946 * tab-width: 4
947 * c-indent-level: 4
948 * End:
949 */
diff --git a/drivers/net/3c515.c b/drivers/net/3c515.c
index 7f995008a45c..39ac12233aa7 100644
--- a/drivers/net/3c515.c
+++ b/drivers/net/3c515.c
@@ -1577,11 +1577,3 @@ void cleanup_module(void)
1577 } 1577 }
1578} 1578}
1579#endif /* MODULE */ 1579#endif /* MODULE */
1580
1581/*
1582 * Local variables:
1583 * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c515.c"
1584 * c-indent-level: 4
1585 * tab-width: 4
1586 * End:
1587 */
diff --git a/drivers/net/82596.c b/drivers/net/82596.c
index 23fe41611bed..b273596368e3 100644
--- a/drivers/net/82596.c
+++ b/drivers/net/82596.c
@@ -1598,9 +1598,3 @@ void __exit cleanup_module(void)
1598} 1598}
1599 1599
1600#endif /* MODULE */ 1600#endif /* MODULE */
1601
1602/*
1603 * Local variables:
1604 * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c 82596.c"
1605 * End:
1606 */
diff --git a/drivers/net/acenic.c b/drivers/net/acenic.c
index 21d24320210a..517fce48d94a 100644
--- a/drivers/net/acenic.c
+++ b/drivers/net/acenic.c
@@ -3224,10 +3224,3 @@ static int __devinit read_eeprom_byte(struct net_device *dev,
3224 ap->name, offset); 3224 ap->name, offset);
3225 goto out; 3225 goto out;
3226} 3226}
3227
3228
3229/*
3230 * Local variables:
3231 * compile-command: "gcc -D__SMP__ -D__KERNEL__ -DMODULE -I../../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -DMODVERSIONS -include ../../include/linux/modversions.h -c -o acenic.o acenic.c"
3232 * End:
3233 */
diff --git a/drivers/net/appletalk/cops.c b/drivers/net/appletalk/cops.c
index 0c4e3c5ac49c..54819a34ba0a 100644
--- a/drivers/net/appletalk/cops.c
+++ b/drivers/net/appletalk/cops.c
@@ -1024,11 +1024,3 @@ static void __exit cops_module_exit(void)
1024module_init(cops_module_init); 1024module_init(cops_module_init);
1025module_exit(cops_module_exit); 1025module_exit(cops_module_exit);
1026#endif /* MODULE */ 1026#endif /* MODULE */
1027
1028/*
1029 * Local variables:
1030 * compile-command: "gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -c cops.c"
1031 * c-basic-offset: 4
1032 * c-file-offsets: ((substatement-open . 0))
1033 * End:
1034 */
diff --git a/drivers/net/at1700.c b/drivers/net/at1700.c
index 2d4b5c31652e..72ea6e378f8d 100644
--- a/drivers/net/at1700.c
+++ b/drivers/net/at1700.c
@@ -899,15 +899,3 @@ module_init(at1700_module_init);
899module_exit(at1700_module_exit); 899module_exit(at1700_module_exit);
900#endif /* MODULE */ 900#endif /* MODULE */
901MODULE_LICENSE("GPL"); 901MODULE_LICENSE("GPL");
902
903
904/*
905 * Local variables:
906 * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c at1700.c"
907 * alt-compile-command: "gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c at1700.c"
908 * tab-width: 4
909 * c-basic-offset: 4
910 * c-indent-level: 4
911 * End:
912 */
913
diff --git a/drivers/net/de620.c b/drivers/net/de620.c
index 0d4b6acc11a6..bdfa89403389 100644
--- a/drivers/net/de620.c
+++ b/drivers/net/de620.c
@@ -1003,20 +1003,3 @@ void cleanup_module(void)
1003} 1003}
1004#endif /* MODULE */ 1004#endif /* MODULE */
1005MODULE_LICENSE("GPL"); 1005MODULE_LICENSE("GPL");
1006
1007
1008/*
1009 * (add '-DMODULE' when compiling as loadable module)
1010 *
1011 * compile-command:
1012 * gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O2 \
1013 * -fomit-frame-pointer -m486 \
1014 * -I/usr/src/linux/include -I../../net/inet -c de620.c
1015*/
1016/*
1017 * Local variables:
1018 * kernel-compile-command: "gcc -D__KERNEL__ -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c"
1019 * module-compile-command: "gcc -D__KERNEL__ -DMODULE -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c"
1020 * compile-command: "gcc -D__KERNEL__ -DMODULE -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c"
1021 * End:
1022 */
diff --git a/drivers/net/defxx.c b/drivers/net/defxx.c
index a430e3736c12..6445cedd5868 100644
--- a/drivers/net/defxx.c
+++ b/drivers/net/defxx.c
@@ -3743,10 +3743,3 @@ MODULE_AUTHOR("Lawrence V. Stefani");
3743MODULE_DESCRIPTION("DEC FDDIcontroller TC/EISA/PCI (DEFTA/DEFEA/DEFPA) driver " 3743MODULE_DESCRIPTION("DEC FDDIcontroller TC/EISA/PCI (DEFTA/DEFEA/DEFPA) driver "
3744 DRV_VERSION " " DRV_RELDATE); 3744 DRV_VERSION " " DRV_RELDATE);
3745MODULE_LICENSE("GPL"); 3745MODULE_LICENSE("GPL");
3746
3747
3748/*
3749 * Local variables:
3750 * kernel-compile-command: "gcc -D__KERNEL__ -I/root/linux/include -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -c defxx.c"
3751 * End:
3752 */
diff --git a/drivers/net/eth16i.c b/drivers/net/eth16i.c
index 8d9fe4dd346f..5c048f2fd74f 100644
--- a/drivers/net/eth16i.c
+++ b/drivers/net/eth16i.c
@@ -1474,15 +1474,3 @@ void __exit cleanup_module(void)
1474 } 1474 }
1475} 1475}
1476#endif /* MODULE */ 1476#endif /* MODULE */
1477
1478/*
1479 * Local variables:
1480 * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c eth16i.c"
1481 * alt-compile-command: "gcc -DMODVERSIONS -DMODULE -D__KERNEL__ -Wall -Wstrict -prototypes -O6 -c eth16i.c"
1482 * tab-width: 8
1483 * c-basic-offset: 8
1484 * c-indent-level: 8
1485 * End:
1486 */
1487
1488/* End of file eth16i.c */
diff --git a/drivers/net/ewrk3.c b/drivers/net/ewrk3.c
index f3b664aafb82..b852303c9362 100644
--- a/drivers/net/ewrk3.c
+++ b/drivers/net/ewrk3.c
@@ -1967,13 +1967,3 @@ module_exit(ewrk3_exit_module);
1967module_init(ewrk3_init_module); 1967module_init(ewrk3_init_module);
1968#endif /* MODULE */ 1968#endif /* MODULE */
1969MODULE_LICENSE("GPL"); 1969MODULE_LICENSE("GPL");
1970
1971
1972
1973/*
1974 * Local variables:
1975 * compile-command: "gcc -D__KERNEL__ -I/linux/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O2 -m486 -c ewrk3.c"
1976 *
1977 * compile-command: "gcc -D__KERNEL__ -DMODULE -I/linux/include -Wall -Wstrict-prototypes -fomit-frame-pointer -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O2 -m486 -c ewrk3.c"
1978 * End:
1979 */
diff --git a/drivers/net/hp100.c b/drivers/net/hp100.c
index 4dda9b043b13..1f86240bc0f8 100644
--- a/drivers/net/hp100.c
+++ b/drivers/net/hp100.c
@@ -3054,12 +3054,3 @@ static void __exit hp100_module_exit(void)
3054 3054
3055module_init(hp100_module_init) 3055module_init(hp100_module_init)
3056module_exit(hp100_module_exit) 3056module_exit(hp100_module_exit)
3057
3058
3059/*
3060 * Local variables:
3061 * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c hp100.c"
3062 * c-indent-level: 2
3063 * tab-width: 8
3064 * End:
3065 */
diff --git a/drivers/net/isa-skeleton.c b/drivers/net/isa-skeleton.c
index 15ebae9b98d4..3126678bdd3c 100644
--- a/drivers/net/isa-skeleton.c
+++ b/drivers/net/isa-skeleton.c
@@ -709,15 +709,3 @@ cleanup_module(void)
709} 709}
710 710
711#endif /* MODULE */ 711#endif /* MODULE */
712
713/*
714 * Local variables:
715 * compile-command:
716 * gcc -D__KERNEL__ -Wall -Wstrict-prototypes -Wwrite-strings
717 * -Wredundant-decls -O2 -m486 -c skeleton.c
718 * version-control: t
719 * kept-new-versions: 5
720 * tab-width: 4
721 * c-indent-level: 4
722 * End:
723 */
diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c
index 2ee477c84b06..380a1a54d530 100644
--- a/drivers/net/mac89x0.c
+++ b/drivers/net/mac89x0.c
@@ -625,14 +625,3 @@ cleanup_module(void)
625 free_netdev(dev_cs89x0); 625 free_netdev(dev_cs89x0);
626} 626}
627#endif /* MODULE */ 627#endif /* MODULE */
628
629/*
630 * Local variables:
631 * compile-command: "m68k-linux-gcc -D__KERNEL__ -I../../include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -ffixed-a2 -DMODULE -DMODVERSIONS -include ../../include/linux/modversions.h -c -o mac89x0.o mac89x0.c"
632 * version-control: t
633 * kept-new-versions: 5
634 * c-indent-level: 8
635 * tab-width: 8
636 * End:
637 *
638 */
diff --git a/drivers/net/ni5010.c b/drivers/net/ni5010.c
index 0cf6addbe40f..539e18ab485c 100644
--- a/drivers/net/ni5010.c
+++ b/drivers/net/ni5010.c
@@ -766,12 +766,3 @@ module_init(ni5010_init_module);
766module_exit(ni5010_cleanup_module); 766module_exit(ni5010_cleanup_module);
767#endif /* MODULE */ 767#endif /* MODULE */
768MODULE_LICENSE("GPL"); 768MODULE_LICENSE("GPL");
769
770/*
771 * Local variables:
772 * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c ni5010.c"
773 * version-control: t
774 * kept-new-versions: 5
775 * tab-width: 4
776 * End:
777 */
diff --git a/drivers/net/ni52.c b/drivers/net/ni52.c
index 10cfd0f91fc0..a8bcc00c3302 100644
--- a/drivers/net/ni52.c
+++ b/drivers/net/ni52.c
@@ -9,8 +9,6 @@
9 * [feel free to mail ....] 9 * [feel free to mail ....]
10 * 10 *
11 * when using as module: (no autoprobing!) 11 * when using as module: (no autoprobing!)
12 * compile with:
13 * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni52.c
14 * run with e.g: 12 * run with e.g:
15 * insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000 13 * insmod ni52.o io=0x360 irq=9 memstart=0xd0000 memend=0xd4000
16 * 14 *
@@ -1345,7 +1343,3 @@ void __exit cleanup_module(void)
1345#endif /* MODULE */ 1343#endif /* MODULE */
1346 1344
1347MODULE_LICENSE("GPL"); 1345MODULE_LICENSE("GPL");
1348
1349/*
1350 * END: linux/drivers/net/ni52.c
1351 */
diff --git a/drivers/net/ni65.c b/drivers/net/ni65.c
index 1142c770eab9..254057275e0e 100644
--- a/drivers/net/ni65.c
+++ b/drivers/net/ni65.c
@@ -7,8 +7,6 @@
7 * EtherBlaster. (probably it also works with every full NE2100 7 * EtherBlaster. (probably it also works with every full NE2100
8 * compatible card) 8 * compatible card)
9 * 9 *
10 * To compile as module, type:
11 * gcc -O2 -fomit-frame-pointer -m486 -D__KERNEL__ -DMODULE -c ni65.c
12 * driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7 10 * driver probes: io: 0x360,0x300,0x320,0x340 / dma: 3,5,6,7
13 * 11 *
14 * This is an extension to the Linux operating system, and is covered by the 12 * This is an extension to the Linux operating system, and is covered by the
@@ -1265,7 +1263,3 @@ void __exit cleanup_module(void)
1265#endif /* MODULE */ 1263#endif /* MODULE */
1266 1264
1267MODULE_LICENSE("GPL"); 1265MODULE_LICENSE("GPL");
1268
1269/*
1270 * END of ni65.c
1271 */
diff --git a/drivers/net/plip.c b/drivers/net/plip.c
index d544d4a086dc..5d904f73345f 100644
--- a/drivers/net/plip.c
+++ b/drivers/net/plip.c
@@ -1396,9 +1396,3 @@ static int __init plip_init (void)
1396module_init(plip_init); 1396module_init(plip_init);
1397module_exit(plip_cleanup_module); 1397module_exit(plip_cleanup_module);
1398MODULE_LICENSE("GPL"); 1398MODULE_LICENSE("GPL");
1399
1400/*
1401 * Local variables:
1402 * compile-command: "gcc -DMODULE -DMODVERSIONS -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -g -fomit-frame-pointer -pipe -c plip.c"
1403 * End:
1404 */
diff --git a/drivers/net/rrunner.c b/drivers/net/rrunner.c
index b4e3ddd0b59c..d890829a9acc 100644
--- a/drivers/net/rrunner.c
+++ b/drivers/net/rrunner.c
@@ -1713,9 +1713,3 @@ static void __exit rr_cleanup_module(void)
1713 1713
1714module_init(rr_init_module); 1714module_init(rr_init_module);
1715module_exit(rr_cleanup_module); 1715module_exit(rr_cleanup_module);
1716
1717/*
1718 * Local variables:
1719 * compile-command: "gcc -D__KERNEL__ -I../../include -Wall -Wstrict-prototypes -O2 -pipe -fomit-frame-pointer -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DMODULE -DMODVERSIONS -include ../../include/linux/modversions.h -c rrunner.c"
1720 * End:
1721 */
diff --git a/drivers/net/seeq8005.c b/drivers/net/seeq8005.c
index 2fbc8f1e8b48..12a8ffffeb03 100644
--- a/drivers/net/seeq8005.c
+++ b/drivers/net/seeq8005.c
@@ -744,12 +744,3 @@ void __exit cleanup_module(void)
744} 744}
745 745
746#endif /* MODULE */ 746#endif /* MODULE */
747
748/*
749 * Local variables:
750 * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c skeleton.c"
751 * version-control: t
752 * kept-new-versions: 5
753 * tab-width: 4
754 * End:
755 */
diff --git a/drivers/net/yellowfin.c b/drivers/net/yellowfin.c
index f806e6361a3c..cf9712922778 100644
--- a/drivers/net/yellowfin.c
+++ b/drivers/net/yellowfin.c
@@ -1424,14 +1424,3 @@ static void __exit yellowfin_cleanup (void)
1424 1424
1425module_init(yellowfin_init); 1425module_init(yellowfin_init);
1426module_exit(yellowfin_cleanup); 1426module_exit(yellowfin_cleanup);
1427
1428/*
1429 * Local variables:
1430 * compile-command: "gcc -DMODULE -Wall -Wstrict-prototypes -O6 -c yellowfin.c"
1431 * compile-command-alphaLX: "gcc -DMODULE -Wall -Wstrict-prototypes -O2 -c yellowfin.c -fomit-frame-pointer -fno-strength-reduce -mno-fp-regs -Wa,-m21164a -DBWX_USABLE -DBWIO_ENABLED"
1432 * simple-compile-command: "gcc -DMODULE -O6 -c yellowfin.c"
1433 * c-indent-level: 4
1434 * c-basic-offset: 4
1435 * tab-width: 4
1436 * End:
1437 */