freebsd-skq/sys/boot/mips/beri
Roger Pau Monné 8161a35259 loader: set options before including bsd.init.mk
bsd.init.mk ends up including defs.mk so the per-arch options must be
set before including defs.mk, or else the global defaults will be
used and the per-arch ones will be ignored.

Although better, note that the usage of MK_FDT before the inclusion of
bsd.init.mk is incorrect but doesn't lead to build errors. This
circular dependency must be broken in order for this to work
correctly.

Reviewed by:	imp
Sponsored by:	Citrix Systems R&D
2017-11-08 14:44:45 +00:00
..
boot2 Use defs.mk defins in most MD code 2017-10-30 03:12:28 +00:00
common Use compiler driver to link BERI boot loaders 2017-01-05 19:17:14 +00:00
loader loader: set options before including bsd.init.mk 2017-11-08 14:44:45 +00:00
Makefile
Makefile.inc Move BINDIR definition to defs.mk, and override where it isn't /boot 2017-10-25 15:27:58 +00:00