Pass the cleandir target on to the aicasm Makefile. This should
fix the buildkernel target.
This commit is contained in:
parent
49bf3e26d1
commit
e340544a9a
@ -19,4 +19,8 @@ clean:
|
||||
${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
|
||||
MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm clean
|
||||
|
||||
cleandir:
|
||||
${MAKE} -f ${.CURDIR}/../../../dev/aic7xxx/aicasm/Makefile \
|
||||
MAKESRCPATH=${.CURDIR}/../../../dev/aic7xxx/aicasm cleandir
|
||||
|
||||
install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user