git: 80327535cfca - main - Mark simplefb as depending on fdt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 13:13:11 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=80327535cfcadf8d0fedaf0e1c084688627c9785
commit 80327535cfcadf8d0fedaf0e1c084688627c9785
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2023-04-26 13:11:31 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
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 <zachary.leaf@arm.com>
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