]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/aic7xxx/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / aic7xxx / Makefile
1
2 # $FreeBSD$
3
4 SUBDIR= ahc ahd
5
6 firmware: aicasm/aicasm ahdfirmware ahcfirmware
7
8 aicasm/aicasm:
9         ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm )
10
11 ahdfirmware:
12         ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware )
13
14 ahcfirmware:
15         ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware )
16
17 cleanfirmware:
18         ( cd .${CURDIR}/aicasm ; ${MAKE} clean )
19         ( cd .${CURDIR}/ahc ; ${MAKE} cleanfirmware )
20         ( cd .${CURDIR}/ahd ; ${MAKE} cleanfirmware )
21
22 .include <bsd.subdir.mk>