rules/perf: Fixed target_install(). Copy perf to rootfs instead of toolchain.

This commit is contained in:
tsmarques 2016-12-20 18:05:02 +00:00
parent 0ec6de7ea4
commit 996c2c6fa0

View File

@ -28,5 +28,5 @@ build()
target_install()
{
$cmd_cp ../linux-$version/tools/perf/perf \
$cfg_dir_toolchain/bin/
$cfg_dir_rootfs/usr/bin/
}