https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238053
--- Comment #3 from Ed Maste <[email protected]> --- % git ls-files | ag Makefile | xargs ag MK_FDT stand/Makefile 18:S.${MK_FDT}+= fdt stand/efi/Makefile 11:SUBDIR.${MK_FDT}+= fdt stand/efi/loader/Makefile 72:.if defined(HAVE_FDT) && ${MK_FDT} != "no" stand/powerpc/Makefile 10:SUBDIR.${MK_FDT}+= kboot stand/powerpc/ofw/Makefile 24:.if ${MK_FDT} == "yes" stand/uboot/Makefile 7:SUBDIR.${MK_FDT}+=fdt targets/pseudo/userland/misc/Makefile.depend 10:.if ${MK_FDT} != "no" So it appears that it controls FDT in a small set of loaders. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
