aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorJoshua Oreman <oremanj@rwcr.net>2009-07-21 11:16:38 -0700
committerMichael Brown <mcb30@etherboot.org>2009-08-01 19:00:32 +0100
commitce64398f87230d14a62b2ff153a67b851a125d2e (patch)
tree8acc9c2ed28a23100b98626a25a67b09e2dbd2c0 /src/Makefile
parentbb2cf3c8d76ac305d5e63841bd6f9eb20e197aa3 (diff)
downloadipxe-ce64398f87230d14a62b2ff153a67b851a125d2e.tar.gz
[802.11] Add support for 802.11 devices with software MAC layer
This is required for all modern 802.11 devices, and allows drivers to be written for them with minimally more effort than is required for a wired NIC. Signed-off-by: Michael Brown <mcb30@etherboot.org> Modified-by: Michael Brown <mcb30@etherboot.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b646d3bc1..55d99ccfa 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -55,7 +55,7 @@ SRCDIRS :=
SRCDIRS += libgcc
SRCDIRS += core
SRCDIRS += proto
-SRCDIRS += net net/tcp net/udp net/infiniband
+SRCDIRS += net net/tcp net/udp net/infiniband net/80211
SRCDIRS += image
SRCDIRS += drivers/bus
SRCDIRS += drivers/net