|
@@ -169,6 +169,10 @@ define PERF_INSTALL_REMOVE_SCRIPTS
|
|
$(RM) -r $(TARGET_DIR)/usr/libexec/perf-core/scripts/
|
|
$(RM) -r $(TARGET_DIR)/usr/libexec/perf-core/scripts/
|
|
$(RM) -r $(TARGET_DIR)/usr/libexec/perf-core/tests/
|
|
$(RM) -r $(TARGET_DIR)/usr/libexec/perf-core/tests/
|
|
endef
|
|
endef
|
|
|
|
+
|
|
|
|
+LINUX_TOOLS_BIN_ARCH_EXCLUDE += \
|
|
|
|
+ /usr/libexec/perf-core/tests/pe-file.exe \
|
|
|
|
+ /usr/libexec/perf-core/tests/pe-file.exe.debug
|
|
endif
|
|
endif
|
|
|
|
|
|
define PERF_INSTALL_TARGET_CMDS
|
|
define PERF_INSTALL_TARGET_CMDS
|