diff options
author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-27 12:40:30 +0100 |
---|---|---|
committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-09-20 18:17:43 +0000 |
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 c7cbd965af9..ee9c049fc17 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile @@ -45,6 +45,9 @@ obj-$(CONFIG_KPROBES) += kprobes-arm.o endif obj-$(CONFIG_ARM_KPROBES_TEST) += test-kprobes.o test-kprobes-objs := kprobes-test.o +ifdef CONFIG_THUMB2_KERNEL +test-kprobes-objs += kprobes-test-thumb.o +endif obj-$(CONFIG_ATAGS_PROC) += atags.o obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o obj-$(CONFIG_ARM_THUMBEE) += thumbee.o |