First commit of mntsu tool
[lxc-kernelspace-obsolete.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..5f0bc71
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+obj-m += mntsu.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