From 433d155289c51dfb1957e48310c90116ea39989a Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 20 Aug 2018 18:21:28 -0300 Subject: [PATCH] Makefile: Refer to ath9k_htc instead of ath9k_htc_firmware This fixes make not building ath9k_htc, plus there is no ath9k_htc_firmware function Signed-off-by: David P --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a9ceb6..21d16fb 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ shell=/bin/sh prefix=/lib/firmware install_program=install -.PHONY: all test clean install a56 as31 aica ath9k_htc_toolchain ath9k_htc_firmware av7110 b43-tools carl9170fw-toolchain carl9170fw cis-tools cis dsp56k ihex2fw isci keyspan_pda openfwwf usbdux +.PHONY: all test clean install a56 as31 aica ath9k_htc_toolchain ath9k_htc av7110 b43-tools carl9170fw-toolchain carl9170fw cis-tools cis dsp56k ihex2fw isci keyspan_pda openfwwf usbdux all: aica ath9k_htc av7110 carl9170fw cis dsp56k isci keyspan_pda openfwwf usbdux -- 2.31.1