Hook the U-Boot library up to the build.
This commit is contained in:
parent
4ffb7f518d
commit
65beb4ed7a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176371
@ -17,6 +17,11 @@ SUBDIR+= efi
|
||||
SUBDIR+= ofw
|
||||
.endif
|
||||
|
||||
# Build U-Boot library.
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
SUBDIR+= uboot
|
||||
.endif
|
||||
|
||||
# Pick the machine-dependent subdir based on the target architecture.
|
||||
SUBDIR+= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user