summaryrefslogtreecommitdiff
path: root/linux-core/Makefile.kernel
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
committerDave Airlie <airlied@linux.ie>2005-06-29 11:22:39 +0000
commit964c57e71f641da854636c3f9549ef8cc2f5a143 (patch)
treefa6bbdaa3379206b9f27bbd204200b8a26560b23 /linux-core/Makefile.kernel
parentae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (diff)
add mga and r128 32/64 bits
This is Egberts code, ported to Pauls framework by me..
Diffstat (limited to 'linux-core/Makefile.kernel')
-rw-r--r--linux-core/Makefile.kernel2
1 files changed, 2 insertions, 0 deletions
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