From 2ef96cd5557f0a356b435bf7f16bc98d070fa18d Mon Sep 17 00:00:00 2001 From: Robert Dickenson Date: Wed, 25 Sep 2002 12:49:12 +0000 Subject: [PATCH] Added serial to the device_drivers target list. svn path=/trunk/; revision=3566 --- reactos/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 9cb1c8ef8a9..f640f2bb814 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -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 + -- 2.17.1