patch-2.4.3 linux/drivers/char/drm/Makefile
Next file: linux/drivers/char/drm/bufs.c
Previous file: linux/drivers/char/agp/agpgart_fe.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Mar 26 15:36:30 2001
- Orig file:
v2.4.2/linux/drivers/char/drm/Makefile
- Orig date:
Wed Feb 21 18:20:19 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/char/drm/Makefile linux/drivers/char/drm/Makefile
@@ -3,12 +3,10 @@
# the Direct Rendering Infrastructure (DRI) in XFree86 4.x.
#
-# drm.o is a fake target -- it is never built
-# The real targets are in the module-list
O_TARGET := drm.o
-module-list := gamma.o tdfx.o r128.o ffb.o mga.o i810.o
-export-objs := $(patsubst %.o,%_drv.o,$(module-list))
+export-objs := gamma_drv.o tdfx_drv.o r128_drv.o ffb_drv.o mga_drv.o \
+ i810_drv.o
# lib-objs are included in every module so that radical changes to the
# architecture of the DRM support library can be made at a later time.
@@ -42,6 +40,7 @@
endif
endif
+list-multi := gamma.o tdfx.o r128.o ffb.o mga.o i810.o
gamma-objs := gamma_drv.o gamma_dma.o
tdfx-objs := tdfx_drv.o tdfx_context.o
r128-objs := r128_drv.o r128_cce.o r128_context.o r128_bufs.o r128_state.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)