mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:13:04 +00:00
[CPORTLIB][NTOS:INBV][KDCOM][FREELDR] Add ComPort library for NEC PC-98 series (#2407)
There are 2 known serial ports: COM1 - based on Intel 8251A COM2 - National Semiconductor 16550
This commit is contained in:
parent
a6515e2b75
commit
222e79232c
12 changed files with 1104 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
|
||||
add_library(cportlib cport.c)
|
||||
if(SARCH STREQUAL "pc98")
|
||||
add_library(cportlib cport_pc98.c)
|
||||
else()
|
||||
add_library(cportlib cport.c)
|
||||
endif()
|
||||
add_dependencies(cportlib xdk)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue