ignoring mkubootimage
This commit is contained in:
parent
b84b829e35
commit
6ee158d26a
1 changed files with 2 additions and 0 deletions
|
@ -149,10 +149,12 @@ SUBDIR+= amiga-txlt
|
||||||
SUBDIR+= hp300-mkboot
|
SUBDIR+= hp300-mkboot
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !defined(__MINIX)
|
||||||
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
|
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
|
||||||
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
|
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
|
||||||
SUBDIR+= mkubootimage
|
SUBDIR+= mkubootimage
|
||||||
.endif
|
.endif
|
||||||
|
.endif # !defined(__MINIX)
|
||||||
|
|
||||||
check_MKTOOLS: .PHONY .NOTMAIN
|
check_MKTOOLS: .PHONY .NOTMAIN
|
||||||
.if ${MKTOOLS:Uyes} == "no"
|
.if ${MKTOOLS:Uyes} == "no"
|
||||||
|
|
Loading…
Reference in a new issue