From 389cc1ba8d9e673f1313fd966820c6d9d463525f Mon Sep 17 00:00:00 2001 From: 0xwille Date: Tue, 12 Jul 2011 20:51:00 +0200 Subject: AƱadido pid --- syscall/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 syscall/Makefile (limited to 'syscall/Makefile') diff --git a/syscall/Makefile b/syscall/Makefile new file mode 100644 index 0000000..332678d --- /dev/null +++ b/syscall/Makefile @@ -0,0 +1,7 @@ +obj-m += syscall.o + +all: + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules + +clean: + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean -- cgit v1.2.3