diff options
author | Florian Lohoff <flo@rfc822.org> | 2000-04-08 08:09:14 +0000 |
---|---|---|
committer | Florian Lohoff <flo@rfc822.org> | 2000-04-08 08:09:14 +0000 |
commit | 92927406bdf382eee8aa7261ada22f8f77d4b270 (patch) | |
tree | 67cdff61415d46834efab05090756afb2185d877 /drivers/char | |
parent | 00c1798d6f3b5f532157169e07f46f4eeda05790 (diff) |
Revert changes here - We have fixed Config.in - CONFIG_SERIAL is not selectable
with mips IP22
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index a786581db..32c66c442 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -80,10 +80,6 @@ ifeq ($(CONFIG_DECSTATION),y) SERIAL = endif -ifeq ($(CONFIG_SGI_IP22),y) - SERIAL = -endif - ifeq ($(CONFIG_BAGET_MIPS),y) KEYBD = SERIAL = |