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>
This commit is contained in:

committed by
David S. Miller

parent
8865c418ca
commit
9de6d99a75
@@ -1396,9 +1396,3 @@ static int __init plip_init (void)
|
||||
module_init(plip_init);
|
||||
module_exit(plip_cleanup_module);
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
* compile-command: "gcc -DMODULE -DMODVERSIONS -D__KERNEL__ -Wall -Wstrict-prototypes -O2 -g -fomit-frame-pointer -pipe -c plip.c"
|
||||
* End:
|
||||
*/
|
||||
|
Reference in New Issue
Block a user