e84de0c619
SGI IP22/IP28 machines have GIO busses for adding graphics and other extension cards. This patch adds support for GIO driver/device handling and converts the newport console driver to a GIO driver. [ralf@linux-mips.org: Fixed build error caused by the modules.h -> export.h changes.] Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> To: linux-fbdev@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/2886/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
12 lines
314 B
Makefile
12 lines
314 B
Makefile
#
|
|
# Makefile for the SGI specific kernel interface routines
|
|
# under Linux.
|
|
#
|
|
|
|
obj-y += ip22-mc.o ip22-hpc.o ip22-int.o ip22-time.o ip22-nvram.o \
|
|
ip22-platform.o ip22-reset.o ip22-setup.o ip22-gio.o
|
|
|
|
obj-$(CONFIG_SGI_IP22) += ip22-berr.o
|
|
obj-$(CONFIG_SGI_IP28) += ip28-berr.o
|
|
obj-$(CONFIG_EISA) += ip22-eisa.o
|