diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-12-04 09:19:52 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 09:19:52 +0300 |
commit | 9de6d99a7559d20f7ababd1cacdc61ee5315f3c1 (patch) | |
tree | b9fc437aef58fbe2a0bdee4e6235940b38f0b5d0 /drivers/net/de620.c | |
parent | 8865c418caf4e9dd2c24bdfae3a5a4106e143e60 (diff) | |
download | linux-9de6d99a7559d20f7ababd1cacdc61ee5315f3c1.tar.xz |
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/net/de620.c')
-rw-r--r-- | drivers/net/de620.c | 17 |
1 files changed, 0 insertions, 17 deletions
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) } #endif /* MODULE */ MODULE_LICENSE("GPL"); - - -/* - * (add '-DMODULE' when compiling as loadable module) - * - * compile-command: - * gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O2 \ - * -fomit-frame-pointer -m486 \ - * -I/usr/src/linux/include -I../../net/inet -c de620.c -*/ -/* - * Local variables: - * kernel-compile-command: "gcc -D__KERNEL__ -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c" - * module-compile-command: "gcc -D__KERNEL__ -DMODULE -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c" - * compile-command: "gcc -D__KERNEL__ -DMODULE -Ilinux/include -I../../net/inet -Wall -Wstrict-prototypes -O2 -m486 -c de620.c" - * End: - */ |