summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2014-01-07 19:33:17 +0000
committerscottl <scottl@FreeBSD.org>2014-01-07 19:33:17 +0000
commit207475f6fd4dbccf6c2c65b978e694628a858ae8 (patch)
tree579e19cfd8bb738f48a901c328fe79035fae08f8 /Makefile.inc1
parent58f7b15da98d85f702ada8a45f4e1f50c97f5155 (diff)
downloadFreeBSD-src-207475f6fd4dbccf6c2c65b978e694628a858ae8.zip
FreeBSD-src-207475f6fd4dbccf6c2c65b978e694628a858ae8.tar.gz
Remove aicasm as a build dependency. It made sense when the ahc and ahd
drivers and their firmware were under active development, but those days have passed. The firmware now exists in pre-compiled form, no longer dependent on it's sources or on aicasm. If you wish to rebuild the firmware from source, the glue still exists under the 'make firmware' target in sys/modules/aic7xxx. This also fixes the problem introduced with r257777 et al with building kernels the old fashioned way in sys/$arch/compile/$CONFIG when the ahc/ahd drivers were included.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc19
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cf39edf..bf968a6 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1369,15 +1369,6 @@ kernel-tools: .MAKE
mkdir -p ${MAKEOBJDIRPREFIX}/usr
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.usr.dist \
-p ${MAKEOBJDIRPREFIX}/usr >/dev/null
-.for _tool in \
- sys/dev/aic7xxx/aicasm
- ${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
- cd ${.CURDIR}/${_tool} && \
- ${MAKE} DIRPRFX=${_tool}/ obj && \
- ${MAKE} DIRPRFX=${_tool}/ depend && \
- ${MAKE} DIRPRFX=${_tool}/ all && \
- ${MAKE} DIRPRFX=${_tool}/ DESTDIR=${MAKEOBJDIRPREFIX} install
-.endfor
#
# cross-tools: Build cross-building tools
OpenPOWER on IntegriCloud