summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorScott K Logan2011-10-14 16:19:32 +0200
committerMichael Brown2011-10-14 16:34:52 +0200
commitaaf7a35207f4fa88c6d3e1b1e26d1950c19a8169 (patch)
treeb8c89994382a73a958f125f2618b723a8887a849 /src/Makefile
parent[list] Add list functions required by ath9k driver (diff)
downloadipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.tar.gz
ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.tar.xz
ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.zip
[ath9k] Add ath9k driver
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8cc976ba..e2425d76 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -68,7 +68,9 @@ SRCDIRS += drivers/net/igb
SRCDIRS += drivers/net/igbvf
SRCDIRS += drivers/net/phantom
SRCDIRS += drivers/net/rtl818x
-SRCDIRS += drivers/net/ath5k
+SRCDIRS += drivers/net/ath
+SRCDIRS += drivers/net/ath/ath5k
+SRCDIRS += drivers/net/ath/ath9k
SRCDIRS += drivers/net/vxge
SRCDIRS += drivers/net/efi
SRCDIRS += drivers/block