aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/livepatch/Makefile
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@redhat.com>2014-12-16 11:58:20 -0600
committerJiri Kosina <jkosina@suse.cz>2014-12-22 15:40:49 +0100
commit13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c (patch)
tree0ee633d435755d634793462e0a6fc528205822dd /samples/livepatch/Makefile
parentlivepatch: kernel: add support for live patching (diff)
downloadwireguard-linux-13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c.tar.xz
wireguard-linux-13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c.zip
livepatch: samples: add sample live patching module
Add a sample live patching module. Signed-off-by: Seth Jennings <sjenning@redhat.com> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/livepatch/Makefile')
-rw-r--r--samples/livepatch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/livepatch/Makefile b/samples/livepatch/Makefile
new file mode 100644
index 000000000000..7f1cdc131a02
--- /dev/null
+++ b/samples/livepatch/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_SAMPLE_LIVE_PATCHING) += livepatch-sample.o