The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=80327535cfcadf8d0fedaf0e1c084688627c9785
commit 80327535cfcadf8d0fedaf0e1c084688627c9785 Author: Andrew Turner <[email protected]> AuthorDate: 2023-04-26 13:11:31 +0000 Commit: Andrew Turner <[email protected]> CommitDate: 2023-04-26 13:11:31 +0000 Mark simplefb as depending on fdt This file is for a FDT specific device, mark it as such. Reported by: Zachary Leaf <[email protected]> Sponsored by: Arm Ltd --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 8c573d3293ec..8c3d80c48b01 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -3432,7 +3432,7 @@ dev/vt/colors/vt_termcolors.c optional vt dev/vt/font/vt_font_default.c optional vt dev/vt/font/vt_mouse_cursor.c optional vt dev/vt/hw/efifb/efifb.c optional vt_efifb -dev/vt/hw/simplefb/simplefb.c optional vt_simplefb +dev/vt/hw/simplefb/simplefb.c optional vt_simplefb fdt dev/vt/hw/vbefb/vbefb.c optional vt_vbefb dev/vt/hw/fb/vt_fb.c optional vt dev/vt/hw/vga/vt_vga.c optional vt vt_vga
