This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f7dcde977
freebsd-dev
/
sys
/
boot
/
Makefile.arm
8 lines
77 B
Makefile
Raw
Normal View
History
Unescape
Escape
MF tbemd: move to using specific architecture makefiles
2010-08-23 01:48:07 +00:00
# $FreeBSD$
As with EFI, OFW and U-Boot etc only compile FDT support on those architectures that actually use it.
2011-06-25 16:01:45 +00:00
.
i
f
${MK_FDT}
!=
"no"
SUBDIR
+=
fdt
.
e
n
d
i
f
* Remove the wfi when the efi loader returns, it's unneeded and is not available on older designs. * Enable the efi loader on arm
2015-04-14 14:15:14 +00:00
SUBDIR
+=
efi uboot
Reference in New Issue
Copy Permalink