summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2000-09-23 00:22:56 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2000-09-23 00:22:56 +0000
commitb79a80b49c9175e48fc5c4946f21e86aa246312c (patch)
treeebcd7598fd7ed126a75c01d482bf59eba0316e93
parent6a3e9bab46bc1163a614cd07b00761da12ed47e3 (diff)
Notes
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 6244f485bc05..4eea44a06920 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -392,8 +392,8 @@ buildkernel:
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel}
.endif
cd ${KRNLOBJDIR}/${_kernel}; \
- MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx \
- ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/Makefile
+ MAKESRCPATH=${KRNLSRCDIR}/dev/aic7xxx/aicasm \
+ ${MAKE} -f ${KRNLSRCDIR}/dev/aic7xxx/aicasm/Makefile
.if !defined(NO_KERNELDEPEND)
cd ${KRNLOBJDIR}/${_kernel}; \
${WMAKEENV} MACHINE=${MACHINE} ${MAKE} KERNEL=kernel depend