diff options
author | Scott K Logan <logans@cottsay.net> | 2011-10-14 15:19:32 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-10-14 15:34:52 +0100 |
commit | aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169 (patch) | |
tree | b8c89994382a73a958f125f2618b723a8887a849 /src/Makefile | |
parent | c28053027b3cdacb6f454a9e56a2c3ff0bd0bdc2 (diff) | |
download | ipxe-aaf7a35207f4fa88c6d3e1b1e26d1950c19a8169.tar.gz |
[ath9k] Add ath9k driver
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8cc976ba0..e2425d763 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 |