From 05e15385a41f78afcf4f1ce2890cadbd840e64ed Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 4 Apr 2005 20:39:02 +0000 Subject: securelevel debug LKM --- debug/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debug/Makefile (limited to 'debug/Makefile') 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 -- cgit v1.2.3