Hook the U-Boot library up to the build.
This commit is contained in:
parent
ec7591cdfb
commit
670a5fae66
@ -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…
x
Reference in New Issue
Block a user