diff options
author | Seth Jennings <sjenning@redhat.com> | 2014-12-16 11:58:20 -0600 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-12-22 15:40:49 +0100 |
commit | 13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c (patch) | |
tree | 0ee633d435755d634793462e0a6fc528205822dd /samples/Makefile | |
parent | b700e7f03df5d92f85fa5247fe1f557528d3363d (diff) | |
download | linux-next-13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c.tar.gz |
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/Makefile')
-rw-r--r-- | samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile index 1a60c62e2045..f00257bcc5a7 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -1,4 +1,4 @@ # Makefile for Linux samples code -obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ \ +obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \ hw_breakpoint/ kfifo/ kdb/ hidraw/ rpmsg/ seccomp/ |