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 committed by Tiago Marques
parent c8e3e6fc59
commit d1adbb7b9c

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/
}