summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
new file mode 100644
index 0000000..889a815
--- /dev/null
+++ b/kernel/Makefile
@@ -0,0 +1,8 @@
+CFLAGS = -D__KERNEL__ -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -I/usr/src/linux/include -Wall -O2 -fomit-frame-pointer
+
+
+ipt_ULOG.o: ipt_ULOG.c Makefile
+ gcc $(CFLAGS) -c ipt_ULOG.c
+
+clean:
+ rm -f *.o