diff options
author | Bruce Losure <blosure@sgi.com> | 2005-04-25 13:09:41 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-04-25 13:09:41 -0700 |
commit | e1e19747ecce9117610b8f3b57a3e95734230319 (patch) | |
tree | df3d9ed57ad8155de89d1d80bbfec1833d2621fb /drivers/char/Makefile | |
parent | 4944930ab748942e41ea4dc313fcb0946aee3f17 (diff) | |
download | op-kernel-dev-e1e19747ecce9117610b8f3b57a3e95734230319.zip op-kernel-dev-e1e19747ecce9117610b8f3b57a3e95734230319.tar.gz |
[IA64-SGI] Bus driver for the CX port of SGI's TIO chip.
This patch is to provide CX port infrastructure for SGI TIO-based
h/w. Also a 'core services' driver for SGI FPGA-based h/w.
Signed-off-by: Bruce Losure <blosure@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 54ed76a..3ea8cc8 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -47,6 +47,7 @@ obj-$(CONFIG_MMTIMER) += mmtimer.o obj-$(CONFIG_VIOCONS) += viocons.o obj-$(CONFIG_VIOTAPE) += viotape.o obj-$(CONFIG_HVCS) += hvcs.o +obj-$(CONFIG_SGI_MBCS) += mbcs.o obj-$(CONFIG_PRINTER) += lp.o obj-$(CONFIG_TIPAR) += tipar.o |