rules/perf: removed temporary file.

This commit is contained in:
tsmarques 2016-10-18 15:15:33 +02:00 committed by Tiago Marques
parent a911af2fa0
commit c8e3e6fc59

View File

@ -1,31 +0,0 @@
version=("3.19")
url=("https://www.kernel.org/pub/linux/kernel/v3.x/linux-$version.tar.xz")
requires=("flex/host bison/flex")
md5=('d3fc8316d4d4d04b65cbc2d70799e763')
# configure()
# {
# }
build()
{
cd ../linux-3.19/
$cmd_make \
CROSS_COMPILE="$cfg_target_canonical-" \
ARCH="$cfg_target_linux" \
INSTALL_MOD_PATH="$cfg_dir_rootfs/usr" \
KBUILD_VERBOSE=1 \
DEPMOD="$cfg_dir_toolchain/sbin/depmod" \
-C "./tools/perf/" &&
$cmd_cp "./tools/perf/perf" "$cfg_dir_toolchain/bin/"
}
# host_install()
# {
# }