aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/de620.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/de620.c')
-rw-r--r--drivers/net/de620.c17
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)
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 */