summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2005-04-04 20:39:02 +0000
committerDimitri Sokolyuk <demon@dim13.org>2005-04-04 20:39:02 +0000
commit05e15385a41f78afcf4f1ce2890cadbd840e64ed (patch)
tree7cf2d88f362d907781d38752f0f335ba783c3a4d /debug/Makefile
parentaf14cd421c3bb768a96e376ff6240e096e2b0f22 (diff)
securelevel debug LKM
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile
new file mode 100644
index 0000000..80c1b63
--- /dev/null
+++ b/debug/Makefile
@@ -0,0 +1,10 @@
+LKM= debug
+MAN=
+
+CFLAGS+=-Wall -Werror -Winline -Wpointer-arith -Wmissing-declarations
+CFLAGS+=-Wmissing-prototypes -Wstrict-prototypes
+
+load: ${COMBINED}
+ modload -o ${LKM} -e ${LKM}_lkmentry ${COMBINED}
+
+.include <bsd.lkm.mk>