Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
v5.10.3-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Jan 8, 2021
1 parent ad5113d commit 0a83256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Expand Up @@ -47,9 +47,9 @@ if [ ! "$RT" -eq 0 ]; then
fi
echo "Creating tools package..."
cd tools/
make cpupower intel-speed-select pci bootconfig tmon usb x86_energy_perf_policy wmi freefall perf
make ${MAKE_OPTS} CFLAGS="${CCFLAGS}" CXXFLAGS="${CXXFLAGS}" cpupower intel-speed-select pci bootconfig tmon usb x86_energy_perf_policy wmi freefall perf
sudo checkinstall -D --pkgname "linux-tools-thdkernel-${KV}" --pkgversion "${KV}" --pakdir .. --gzman -y --install=no --maintainer dev@javinator9889.com --exclude /root --exclude /media make cpupower_install intel-speed-select_install pci_install bootconfig_install tmon_install usb_install x86_energy_perf_policy_install wmi_install freefall_install perf_install
make clean
make -s clean
cd ..
sudo chown $USER:$USER *.deb

Expand Down

0 comments on commit 0a83256

Please sign in to comment.