Re: [Dri-devel] Re: DRM Linux kernel merge (update) needed, soon.

Keith Owens (kaos@ocs.com.au)
Thu, 09 Aug 2001 16:04:41 +1000


Against 2.4.8-pre7 drivers/char/drm/Makefile.

Nothing in drm does EXPORT_SYMBOL().
radeon is missing from list-multi.

Index: 8-pre7.1/drivers/char/drm/Makefile
--- 8-pre7.1/drivers/char/drm/Makefile Thu, 09 Aug 2001 14:33:26 +1000 kaos (linux-2.4/W/b/2_Makefile 1.5 644)
+++ 8-pre7.1(w)/drivers/char/drm/Makefile Thu, 09 Aug 2001 15:43:48 +1000 kaos (linux-2.4/W/b/2_Makefile 1.5 644)
@@ -3,9 +3,7 @@
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

O_TARGET := drm.o
-export-objs := gamma_drv.o tdfx_drv.o r128_drv.o mga_drv.o i810_drv.o \
- ffb_drv.o
-list-multi := gamma.o tdfx.o r128.o mga.o i810.o ffb.o
+list-multi := gamma.o tdfx.o r128.o mga.o i810.o radeon.o ffb.o

gamma-objs := gamma_drv.o gamma_dma.o
tdfx-objs := tdfx_drv.o

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/