mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Added serial to the device_drivers target list.
svn path=/trunk/; revision=3566
This commit is contained in:
parent
c08624515a
commit
2ef96cd555
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,8 @@ LOADERS = dos
|
|||
DRIVERS_LIB = bzip2 zlib
|
||||
|
||||
# Kernel mode device drivers
|
||||
# beep blue floppy ide keyboard mouse null parallel ramdrv serial vga vidport
|
||||
DEVICE_DRIVERS = beep blue floppy ide null vga vidport
|
||||
# beep blue floppy ide keyboard mouse null parallel ramdrv serenum serial vga vidport
|
||||
DEVICE_DRIVERS = beep blue floppy ide null serial vga vidport
|
||||
|
||||
# Kernel mode input drivers
|
||||
# keyboard mouclass psaux sermouse
|
||||
|
@ -785,3 +785,4 @@ etags:
|
|||
find . -name "*.[ch]" -print | etags --language=c -
|
||||
|
||||
# EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue