X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=Makefile;h=8190e875dd9d2bad607639b14a1e752c227971c0;hp=08b6ff83d2558bf63b8fa136647541db2231e46b;hb=0d806d75ff1d1afb81118beea51691d5e90fb506;hpb=6e823d0b6ee854eaf5f0bf28a099a5e6b7c45be2 diff --git a/Makefile b/Makefile index 08b6ff8..8190e87 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ ihex2fw: isci: cd isci && $(MAKE) -keyspan_pda: ihex2fw +keyspan_pda: ihex2fw as31 cd keyspan_pda && $(MAKE) openfwwf: b43-tools @@ -90,8 +90,8 @@ clean: cd usbdux && $(MAKE) -f Makefile_dux clean install: - if [ -a ath9k_htc/target_firmware/build/k2/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/k2/htc_9271.fw $(prefix)/ath9k_htc/htc_9271.fw; fi; - if [ -a ath9k_htc/target_firmware/build/magpie/htc_7010.fw ]; then $(install_program) -D ath9k_htc/target_firmware/build/magpie/htc_7010.fw $(prefix)/ath9k_htc/htc_7010.fw; fi; + if [ -a ath9k_htc/target_firmware/htc_9271.fw ]; then $(install_program) -D ath9k_htc/target_firmware/htc_9271.fw $(prefix)/ath9k_htc/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.fw; 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;