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
|
||||
.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"
|
||||
|
|
Loading…
Reference in a new issue