summaryrefslogtreecommitdiffstats
path: root/examples/taint/Makefile
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-11-17 18:48:20 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-17 18:48:20 +0100
commitf6a4242cd0bf9c2acb959616cd2d825fb2d927c7 (patch)
tree2349c0b0ca288d222f3a25febcacaae482742dfa /examples/taint/Makefile
parented3ec45536e97b570ff4164b18c050387fc05e78 (diff)
parenta614b7372f96797c91850005d8730d88e9b38c12 (diff)
downloadabrt-f6a4242cd0bf9c2acb959616cd2d825fb2d927c7.tar.gz
abrt-f6a4242cd0bf9c2acb959616cd2d825fb2d927c7.tar.xz
abrt-f6a4242cd0bf9c2acb959616cd2d825fb2d927c7.zip
Merge branch '1.1.x' of ssh://git.fedorahosted.org/git/abrt into 1.1.x1.1.14
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
+