diff options
| author | Jon Medhurst <tixy@yxit.co.uk> | 2011-08-27 07:41:05 -0400 |
|---|---|---|
| committer | Jon Medhurst <tixy@yxit.co.uk> | 2011-09-20 14:17:43 -0400 |
| commit | c0cc6df16394da020242a54d577848f9edd9dc50 (patch) | |
| tree | 5a4da2ef6eeffad38d5771cd1ed8a000a6dbf037 /arch/arm/kernel/Makefile | |
| parent | c7054aad538c18bc4c311e74a24cb2e205f02e04 (diff) | |
ARM: kprobes: Add ARM 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile index ee9c049fc17..af32e466e1c 100644 --- a/arch/arm/kernel/Makefile +++ b/arch/arm/kernel/Makefile | |||
| @@ -47,6 +47,8 @@ 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 | 48 | ifdef CONFIG_THUMB2_KERNEL |
| 49 | test-kprobes-objs += kprobes-test-thumb.o | 49 | test-kprobes-objs += kprobes-test-thumb.o |
| 50 | else | ||
| 51 | test-kprobes-objs += kprobes-test-arm.o | ||
| 50 | endif | 52 | endif |
| 51 | obj-$(CONFIG_ATAGS_PROC) += atags.o | 53 | obj-$(CONFIG_ATAGS_PROC) += atags.o |
| 52 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o | 54 | obj-$(CONFIG_OABI_COMPAT) += sys_oabi-compat.o |
