blob: 94a6a603b2fef001ec460a4aa2a42f38749f9999 [file]
#!/bin/bash
download()
{
git_clone_update https://kernel.googlesource.com/pub/scm/linux/kernel/git/wfg/vm-scalability.git
}
build()
{
make all
}
install()
{
cp -af * $BM_ROOT
}