xref: /dragonfly/sys/dev/netif/Makefile (revision 19380330)
1SUBDIR= an age alc ale ar ath bce bfe bge \
2	dc ed em ep et \
3	fwe fxp ic iwi iwn jme lge lnc \
4	mii_layer my msk mxge ndis nfe nge pcn \
5	ral re rl sbni sbsh sf sis sk sln sr ste stge ti tl tx txp \
6	vge vr vx wb wi wpi xe xl ig_hal emx ae igb ixgbe bnx
7
8# XXX need to be updated to the new net80211 stack
9# SUBDIR+= acx bwi iwl rtw
10# .endif
11#
12# ...and to the new USB stack
13# .if !defined(WANT_USB4BSD)
14# SUBDIR+= rum ural
15# .endif
16
17.if !defined(WANT_USB4BSD)
18SUBDIR+=aue axe cue kue lgue rue
19.endif
20
21.include <bsd.subdir.mk>
22