| Commit | Line | Data |
|---|---|---|
| 2de7e9e4 | 1 | .include "${.CURDIR}/../../platform/${MACHINE_PLATFORM}/Makefile.inc" |
| 549ad397 | 2 | |
| ad9f8794 | 3 | SUBDIR= ahci aic aic7xxx ccd dm iscsi ispfw md mmcsd mps mpt ncv nsp |
| d6644679 | 4 | SUBDIR+= sbp sdhci sili stg trm vn vpo |
| 549ad397 | 5 | |
| 2de7e9e4 SS |
6 | .for dir in ${SUBDIR} |
| 7 | .if empty(DEV_SUPPORT:Mdisk) && \ | |
| 8 | empty(DEV_SUPPORT:Mdisk/${dir}) && empty(DEV_SUPPORT:Mdisk/${dir}/*) | |
| 9 | SUBDIR:= ${SUBDIR:N${dir}} | |
| 549ad397 | 10 | .endif |
| 2de7e9e4 | 11 | .endfor |
| ac2e3f5e MD |
12 | |
| 13 | .include <bsd.subdir.mk> |