diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-27 07:40:30 -0400 |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-09-20 14:17:43 -0400 |
commit | c7054aad538c18bc4c311e74a24cb2e205f02e04 (patch) | |
tree | 436e5b6bf57c756ab1b6fd1c95064b49edb49334 /arch/arm/kernel/Makefile | |
parent | a43bc69b39484a448293f2eddc7e98ff15437414 (diff) |
ARM: kprobes: Add Thumb instruction simulation test cases
Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Diffstat (limited to 'arch/arm/kernel/Makefile')
-rw-r--r-- | arch/arm/kernel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index c7cbd965af94..ee9c049fc177 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
@@ -45,6 +45,9 @@ obj-$(CONFIG_KPROBES) += kprobes-arm.o | |||
45 | endif | 45 | endif |
46 | obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o | 46 | obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o |
47 | test-kprobes-objs := kprobes-test.o | 47 | test-kprobes-objs := kprobes-test.o |
48 | ifdef CONFIG_THUMB2_KERNEL | ||
49 | test-kprobes-objs += kprobes-test-thumb.o | ||
50 | endif | ||
48 | obj-$(CONFIG_ATAGS_PROC) += atags.o | 51 | obj-$(CONFIG_ATAGS_PROC) += atags.o |
49 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o | 52 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o |
50 | obj-$(CONFIG_ARM_THUMBEE) += thumbee.o | 53 | obj-$(CONFIG_ARM_THUMBEE) += thumbee.o |