ignoring mkubootimage

This commit is contained in:
Lionel Sambuc 2012-11-03 23:09:23 +01:00 committed by Lionel Sambuc
parent b84b829e35
commit 6ee158d26a

View file

@ -149,10 +149,12 @@ SUBDIR+= amiga-txlt
SUBDIR+= hp300-mkboot
.endif
.if !defined(__MINIX)
.if ${MACHINE} == "evbarm" || ${MACHINE} == "evbmips" || \
${MACHINE} == "evbppc" || ${MACHINE} == "sandpoint"
SUBDIR+= mkubootimage
.endif
.endif # !defined(__MINIX)
check_MKTOOLS: .PHONY .NOTMAIN
.if ${MKTOOLS:Uyes} == "no"