diff options
| -rw-r--r-- | arch/x86/tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/tools/Makefile b/arch/x86/tools/Makefile index 3255c3df67f..d511aa97533 100644 --- a/arch/x86/tools/Makefile +++ b/arch/x86/tools/Makefile | |||
| @@ -25,8 +25,7 @@ posttest: $(obj)/test_get_len vmlinux $(obj)/insn_sanity | |||
| 25 | $(call cmd,posttest) | 25 | $(call cmd,posttest) |
| 26 | $(call cmd,sanitytest) | 26 | $(call cmd,sanitytest) |
| 27 | 27 | ||
| 28 | hostprogs-y := test_get_len | 28 | hostprogs-y += test_get_len insn_sanity |
| 29 | hostprogs-y := insn_sanity | ||
| 30 | 29 | ||
| 31 | # -I needed for generated C source and C source which in the kernel tree. | 30 | # -I needed for generated C source and C source which in the kernel tree. |
| 32 | HOSTCFLAGS_test_get_len.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ -I$(srctree)/include/ | 31 | HOSTCFLAGS_test_get_len.o := -Wall -I$(objtree)/arch/x86/lib/ -I$(srctree)/arch/x86/include/ -I$(srctree)/arch/x86/lib/ -I$(srctree)/include/ |
