Deleted Added
full compact
Makefile (270274) Makefile (270284)
1
1
2# $FreeBSD: stable/10/sys/modules/aic7xxx/Makefile 270274 2014-08-21 14:56:57Z ian $
2# $FreeBSD: stable/10/sys/modules/aic7xxx/Makefile 270284 2014-08-21 17:18:21Z ian $
3
4SUBDIR= ahc ahd
5
3
4SUBDIR= ahc ahd
5
6firmware: aicasm/aicasm ahdfirmware ahcfirmware
7
8aicasm/aicasm:
9 ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm )
10
11ahdfirmware:
12 ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware )
13
14ahcfirmware:
15 ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware )
16
17cleanfirmware:
18 ( cd .${CURDIR}/aicasm ; ${MAKE} clean )
19 ( cd .${CURDIR}/ahc ; ${MAKE} cleanfirmware )
20 ( cd .${CURDIR}/ahd ; ${MAKE} cleanfirmware )
21
6.include <bsd.subdir.mk>
22.include <bsd.subdir.mk>