summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/aic7xxx/Makefile')
-rw-r--r--sys/modules/aic7xxx/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/Makefile b/sys/modules/aic7xxx/Makefile
index 08567a6..9bf3e52 100644
--- a/sys/modules/aic7xxx/Makefile
+++ b/sys/modules/aic7xxx/Makefile
@@ -3,4 +3,20 @@
SUBDIR= ahc ahd
+firmware: aicasm/aicasm ahdfirmware ahcfirmware
+
+aicasm/aicasm:
+ ( cd ${.CURDIR}/aicasm ; ${MAKE} aicasm )
+
+ahdfirmware:
+ ( cd ${.CURDIR}/ahd ; ${MAKE} ahdfirmware )
+
+ahcfirmware:
+ ( cd ${.CURDIR}/ahc ; ${MAKE} ahcfirmware )
+
+cleanfirmware:
+ ( cd .${CURDIR}/aicasm ; ${MAKE} clean )
+ ( cd .${CURDIR}/ahc ; ${MAKE} cleanfirmware )
+ ( cd .${CURDIR}/ahd ; ${MAKE} cleanfirmware )
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud