mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-27 23:37:25 +00:00
chipset/intel: fix firmware download
This commit is contained in:
parent
29c6772bc6
commit
ea59d9254b
@ -5,24 +5,24 @@
|
||||
# - Intel Wireless 8260
|
||||
# - Intel Wireless 8265
|
||||
|
||||
LINUX_FIRMWARE_URL = https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/
|
||||
LINUX_FIRMWARE_URL = https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/
|
||||
|
||||
FILES = \
|
||||
INTEL_FILES = \
|
||||
ibt-11-5.ddc \
|
||||
ibt-11-5.sfi \
|
||||
ibt-12-16.ddc \
|
||||
ibt-12-16.sfi
|
||||
|
||||
all: $(FILES)
|
||||
all-intel: $(INTEL_FILES)
|
||||
|
||||
%.sfi:
|
||||
@echo "Downloading %@"
|
||||
@echo "Downloading $@"
|
||||
@curl -O -L $(LINUX_FIRMWARE_URL)/intel/$@
|
||||
|
||||
%.ddc:
|
||||
@echo "Downloading %@"
|
||||
@echo "Downloading %$"
|
||||
@curl -O -L $(LINUX_FIRMWARE_URL)/intel/$@
|
||||
|
||||
clean:
|
||||
rm -f $(FILES)
|
||||
clean-intel:
|
||||
rm -f $(INTEL_FILES)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user