From: Kalle Valo Date: Fri, 23 Feb 2024 11:18:47 +0000 (+0200) Subject: Makefile: add install target X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=894f9c2f4e021d2b3b56a4ccbaf02d4af407cde5;p=thirdparty%2Fath11k-firmware.git Makefile: add install target This installs all the latest firmware files to /lib/firmware/. --- diff --git a/Makefile b/Makefile index 056e48b..499d068 100644 --- a/Makefile +++ b/Makefile @@ -4,3 +4,6 @@ check: notices: @find -name '*.txt' | xargs file + +install: + ath11k-fw-repo --install /lib/firmware diff --git a/README.md b/README.md index 9c189b8..cd56c97 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ chmod 755 ath11k-fw-repo ./ath11k-fw-repo --install /lib/firmware ``` +Or, if you copy `ath11k-fw-repo` in your $PATH, run `make install`. + For more info check the wiki page: https://wireless.wiki.kernel.org/en/users/drivers/ath11k