mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Hook the U-Boot library up to the build.
This commit is contained in:
parent
4ffb7f518d
commit
65beb4ed7a
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue