Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
This commit is contained in:
parent
51e09cd72a
commit
79f5bd8308
@ -4,4 +4,9 @@ SUBDIR+= ficl
|
||||
# Pick the machine-dependant subdir based on the target architecture.
|
||||
SUBDIR+= ${MACHINE}
|
||||
|
||||
# Build ARC / AlphaBIOS executable on the Alpha
|
||||
.if ${MACHINE} == "alpha"
|
||||
SUBDIR+= arc
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user