Activate "arc" (ARC / AlphaBIOS loader) on Alpha.
This commit is contained in:
parent
af96d3ba77
commit
edb27d9a84
@ -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