xref: /dragonfly/sys/dev/netif/Makefile (revision 6df6e87d)
1SUBDIR= an age alc ale 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 oce pcn \
5	ral re rl 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 ix bnx
7
8.if ${MACHINE_ARCH} == "i386"
9SUBDIR+=ar sbni
10.endif
11
12# XXX need to be updated to the new net80211 stack
13# SUBDIR+= acx bwi iwl rtw
14# .endif
15#
16# ...and to the new USB stack
17# .if !defined(WANT_USB4BSD)
18# SUBDIR+= rum ural
19# .endif
20
21.if !defined(WANT_USB4BSD)
22SUBDIR+=aue axe cue kue lgue rue
23.endif
24
25.include <bsd.subdir.mk>
26