1 perf-util-$(CONFIG_AUXTRACE) += intel-pt-pkt-d 2 3 inat_tables_script = $(srctree)/tools/arch/x86 4 inat_tables_maps = $(srctree)/tools/arch/x86/l 5 6 $(OUTPUT)util/intel-pt-decoder/inat-tables.c: 7 $(call rule_mkdir) 8 @$(call echo-cmd,gen)$(AWK) -f $(inat_ 9 10 # Busybox's diff doesn't have -I, avoid warnin 11 12 $(OUTPUT)util/intel-pt-decoder/intel-pt-insn-d 13 $(call rule_mkdir) 14 $(call if_changed_dep,cc_o_c) 15 16 CFLAGS_intel-pt-insn-decoder.o += -I$(OUTPUT)u 17 18 ifeq ($(CC_NO_CLANG), 1) 19 CFLAGS_intel-pt-insn-decoder.o += -Wno-overr 20 endif 21 22 CFLAGS_intel-pt-insn-decoder.o += -Wno-packed
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.