Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
drm: add 32/64 support for MGA/R128/i915
[linux-2.6.git]
/
drivers
/
char
/
drm
/
Makefile
diff --git
a/drivers/char/drm/Makefile
b/drivers/char/drm/Makefile
index 7444dec40b9488cd874c408696694940cdccfdfd..b36b0158582e9103cde51c5a247b44e93d3a9a07 100644
(file)
--- a/
drivers/char/drm/Makefile
+++ b/
drivers/char/drm/Makefile
@@
-22,6
+22,9
@@
sis-objs := sis_drv.o sis_ds.o sis_mm.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
+i915-objs += i915_ioc32.o
endif
obj-$(CONFIG_DRM) += drm.o