From ce64398f87230d14a62b2ff153a67b851a125d2e Mon Sep 17 00:00:00 2001 From: Joshua Oreman Date: Tue, 21 Jul 2009 11:16:38 -0700 Subject: [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 Modified-by: Michael Brown --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3-55-g7522