X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=b5c5d0582da8b39be22047582849a1742fbacf4a;hb=06147f83be16e7ab5e08c280c61e015b60bd0acc;hp=8474b304f164eb89bcb5dbfb047bd9de71781c6a;hpb=dd4bc9ff49b9a7075e579fdd62fd930d27a9a7df;p=linux-libre-firmware.git diff --git a/Makefile b/Makefile index 8474b30..b5c5d05 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ath9k_htc: ath9k_htc_toolchain cd ath9k_htc && $(MAKE) -C target_firmware atusb: - cd atusb && $(MAKE) + cd atusb && $(MAKE) atusb.dfu av7110: cd av7110 && $(MAKE) @@ -103,6 +103,7 @@ install: ln -s ath9k_htc/htc_9271-1.4.0.fw $(prefix)/htc_9271.fw; fi; if [ -a ath9k_htc/target_firmware/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_7010.fw $(prefix)/ath9k_htc/htc_7010-1.4.0.fw && \ ln -s ath9k_htc/htc_7010-1.4.0.fw $(prefix)/htc_7010.fw; fi; + if [ -a atusb/atusb.dfu ]; then $(install_program) -D atusb/atusb.dfu $(prefix)/atusb/atusb.dfu; fi; if [ -a av7110/bootcode.bin ]; then $(install_program) -D av7110/bootcode.bin $(prefix)/av7110/bootcode.bin; fi; if [ -a cis/3CCFEM556.cis ]; then $(install_program) -D cis/3CCFEM556.cis $(prefix)/cis/3CCFEM556.cis; fi; if [ -a cis/3CXEM556.cis ]; then $(install_program) -D cis/3CXEM556.cis $(prefix)/cis/3CXEM556.cis; fi;