Added serial to the device_drivers target list.
authorRobert Dickenson <robd@reactos.org>
Wed, 25 Sep 2002 12:49:12 +0000 (12:49 +0000)
committerRobert Dickenson <robd@reactos.org>
Wed, 25 Sep 2002 12:49:12 +0000 (12:49 +0000)
svn path=/trunk/; revision=3566

reactos/Makefile

index 9cb1c8e..f640f2b 100644 (file)
@@ -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
+