diff options
author | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2014-05-07 17:47:19 +0400 |
---|---|---|
committer | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2014-05-07 17:47:19 +0400 |
commit | 4b2aaed051b4ad09a3bf874988c67ce11d5c655e (patch) | |
tree | 6f45c4032a07e703019b027a66eeefed75c06e35 /kprobe/Kbuild | |
parent | 343dd852ba3d9eda57a7531a050ac133b052feb5 (diff) | |
download | swap-modules-4b2aaed051b4ad09a3bf874988c67ce11d5c655e.tar.gz swap-modules-4b2aaed051b4ad09a3bf874988c67ce11d5c655e.tar.bz2 swap-modules-4b2aaed051b4ad09a3bf874988c67ce11d5c655e.zip |
[REFACTOR] slots manager
to fix names conflict when building in kernel
Change-Id: I2f66053243fc5a47be7276a02175852aa034f041
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
Diffstat (limited to 'kprobe/Kbuild')
-rw-r--r-- | kprobe/Kbuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kprobe/Kbuild b/kprobe/Kbuild index d086f97a..a9994fbf 100644 --- a/kprobe/Kbuild +++ b/kprobe/Kbuild @@ -1,5 +1,8 @@ EXTRA_CFLAGS := $(extra_cflags) obj-m := swap_kprobe.o -swap_kprobe-y := dbi_kprobes_deps.o dbi_insn_slots.o arch/asm/dbi_kprobes.o dbi_kprobes.o +swap_kprobe-y := dbi_kprobes.o \ + dbi_kprobes_deps.o \ + arch/asm/dbi_kprobes.o \ + swap_slots.o swap_kprobe-$(CONFIG_ARM) += arch/asm/trampoline_arm.o |