]> git.ipfire.org Git - thirdparty/ath11k-firmware.git/commitdiff
Makefile: add install target
authorKalle Valo <kvalo@qca.qualcomm.com>
Fri, 23 Feb 2024 11:18:47 +0000 (13:18 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 23 Feb 2024 11:18:47 +0000 (13:18 +0200)
This installs all the latest firmware files to /lib/firmware/.

Makefile
README.md

index 056e48b67c3466cf4efaf0417cfafa45ae5e0c6f..499d068841d4a2bce164131be4701c5e5b4454aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,6 @@ check:
 
 notices:
        @find -name '*.txt' | xargs file
+
+install:
+       ath11k-fw-repo --install /lib/firmware
index 9c189b80a964274ccf85a8475ffb894957404db4..cd56c978509c020d01a46b660a901da787acf615 100644 (file)
--- 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