chipset/intel: fix Makefile

This commit is contained in:
Matthias Ringwald 2018-09-21 14:55:13 +02:00
parent 4252c4d784
commit 5ea41277a5

View File

@ -16,11 +16,11 @@ INTEL_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-intel: