0007-Makefile-Add-atusb-to-all.patch 804 B

1234567891011121314151617181920212223242526
  1. From b43de635d524d519e47bcba78d081a0f811584b1 Mon Sep 17 00:00:00 2001
  2. From: Jason Self <j@jxself.org>
  3. Date: Thu, 4 Jul 2019 18:34:05 -0700
  4. Subject: [PATCH 7/8] Makefile: Add atusb to 'all'
  5. ---
  6. Makefile | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/Makefile b/Makefile
  9. index b5c5d05..b5bfb47 100644
  10. --- a/Makefile
  11. +++ b/Makefile
  12. @@ -19,7 +19,7 @@ install_program=install
  13. .PHONY: all test clean install a56 as31 aica ath9k_htc_toolchain ath9k_htc atusb av7110 b43-tools carl9170fw-toolchain carl9170fw cis-tools cis dsp56k ihex2fw isci keyspan_pda openfwwf usbdux
  14. -all: aica ath9k_htc av7110 carl9170fw cis dsp56k isci keyspan_pda openfwwf usbdux
  15. +all: aica ath9k_htc atusb av7110 carl9170fw cis dsp56k isci keyspan_pda openfwwf usbdux
  16. a56:
  17. cd a56 && $(MAKE)
  18. --
  19. 2.26.0