rename the top-level Makefile.cfgparam to cfgparam.mk
[unleashed.git] / kernel / drivers / net / wifi / Makefile
blob11ae5c1a880025de4a030afbf51aebbec960146d
1 .include <../../../../cfgparam.mk>
3 SUBDIR_${CONFIG_IWH} = iwh
4 SUBDIR_${CONFIG_IWI} += iwi
5 SUBDIR_${CONFIG_IWK} += iwk
6 SUBDIR_${CONFIG_IWN} += iwn
7 SUBDIR_${CONFIG_IWP} += iwp
8 SUBDIR_${CONFIG_ZYD} += zyd
10 SUBDIR = ${SUBDIR_y} \
11 arn \
12 ath \
13 atu \
14 mwl \
15 ral \
16 rtw \
17 rum \
18 rwd \
19 rwn \
20 uath \
21 ural \
22 urtw \
23 wpi
25 .include <bsd.subdir.mk>