diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-04-17 20:10:41 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-04-17 20:10:41 +0000 |
commit | d3a30dc4c105f0ffc185030b0ba3a946369c015b (patch) | |
tree | 85468c465681694bbf92817e7b414504cb746287 /i386/Drivers.in | |
parent | caf359e521041e7aa6290aa04225e974f73befd2 (diff) |
Wed Apr 16 12:52:25 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/Drivers.in (com): Delete option. It's required by
kd_mouse.c.
* i386/Makefrag (i386at-files): Add com.c.
(driver-files): Delete variable.
* i386/bogus/com.h: Revert change of March 10.
* i386/device-drivers.h.in (CONFIG_MACH_COM): Delete option.
Bug report from Marcus G. Daniels (marcus@cathcart.sysc.pdx.edu).
Diffstat (limited to 'i386/Drivers.in')
-rw-r--r-- | i386/Drivers.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/i386/Drivers.in b/i386/Drivers.in index b58eb1a..f45f6b8 100644 --- a/i386/Drivers.in +++ b/i386/Drivers.in @@ -58,10 +58,6 @@ dnl not possible to built a useful kernel without at least one Linux dnl driver, so that's not really necessary. -dnl Serial devices - -AC_DRIVER(com, CONFIG_MACH_COM, com.o) - dnl non-SCSI Disk controllers |