mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
[Serial] Split serial console from serial driver
This commit is contained in:
committed by
Michael Brown
parent
f866b17998
commit
831db76ff7
@@ -54,7 +54,7 @@
|
||||
REQUIRE_OBJECT ( bios_console );
|
||||
#endif
|
||||
#ifdef CONSOLE_SERIAL
|
||||
REQUIRE_OBJECT ( serial );
|
||||
REQUIRE_OBJECT ( serial_console );
|
||||
#endif
|
||||
#ifdef CONSOLE_DIRECT_VGA
|
||||
REQUIRE_OBJECT ( video_subr );
|
||||
|
||||
Reference in New Issue
Block a user