From 964c57e71f641da854636c3f9549ef8cc2f5a143 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 29 Jun 2005 11:22:39 +0000 Subject: add mga and r128 32/64 bits This is Egberts code, ported to Pauls framework by me.. --- linux-core/Makefile.kernel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-core/Makefile.kernel') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index e97470fb..af0abfe4 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -29,6 +29,8 @@ mach64-objs := mach64_drv.o mach64_dma.o mach64_irq.o mach64_state.o ifeq ($(CONFIG_COMPAT),y) drm-objs += drm_ioc32.o radeon-objs += radeon_ioc32.o +mga-objs += mga_ioc32.o +r128-objs += r128_ioc32.o endif obj-m += drm.o -- cgit v1.2.3