From 1c09bee54315b63206b1a0402e3ee263c34fd1fe Mon Sep 17 00:00:00 2001 From: David P Date: Mon, 20 Aug 2018 21:21:28 +0000 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 122f659..60aa572 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 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 ath9k_htc_toolchain ath9k_htc av7110 b43-tools carl9170fw-toolchain carl9170fw cis-tools cis dsp56k ihex2fw isci keyspan_pda openfwwf usbdux all: ath9k_htc av7110 carl9170fw cis dsp56k isci keyspan_pda openfwwf usbdux -- 2.31.1