3 ifeq ($(KBUILD_VERBOSE
),1)
9 ifeq ($(CONFIG_64BIT
),y
)
15 distill_awk
= $(srctree
)/arch
/x86
/tools
/distill.awk
16 chkobjdump
= $(srctree
)/arch
/x86
/tools
/chkobjdump.awk
18 quiet_cmd_posttest
= TEST
$@
19 cmd_posttest
= ($(OBJDUMP
) -v |
$(AWK
) -f
$(chkobjdump
)) ||
$(OBJDUMP
) -d
-j .text
$(objtree
)/vmlinux |
$(AWK
) -f
$(distill_awk
) |
$(obj
)/test_get_len
$(posttest_64bit
) $(posttest_verbose
)
21 posttest
: $(obj
)/test_get_len vmlinux
24 hostprogs-y
:= test_get_len
26 # -I needed for generated C source and C source which in the kernel tree.
27 HOSTCFLAGS_test_get_len.o
:= -Wall
-I
$(objtree
)/arch
/x86
/lib
/ -I
$(srctree
)/arch
/x86
/include/ -I
$(srctree
)/arch
/x86
/lib
/ -I
$(srctree
)/include/
29 # Dependencies are also needed.
30 $(obj
)/test_get_len.o
: $(srctree
)/arch
/x86
/lib
/insn.c
$(srctree
)/arch
/x86
/lib
/inat.c
$(srctree
)/arch
/x86
/include/asm
/inat_types.h
$(srctree
)/arch
/x86
/include/asm
/inat.h
$(srctree
)/arch
/x86
/include/asm
/insn.h
$(objtree
)/arch
/x86
/lib
/inat-tables.c