summaryrefslogtreecommitdiffstats
path: root/examples/taint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/taint/Makefile')
-rw-r--r--examples/taint/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/taint/Makefile b/examples/taint/Makefile
new file mode 100644
index 00000000..a76c46b7
--- /dev/null
+++ b/examples/taint/Makefile
@@ -0,0 +1,8 @@
+obj-m += taint.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
+