From 1c33c6909546e3b51f36c04bba12cc2275149902 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Thu, 6 Jan 2000 12:55:00 +0000 Subject: Import of XFree86 3.9.17 --- linux/Makefile.kernel | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'linux/Makefile.kernel') diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel index 57c6c50c..c286d8fd 100644 --- a/linux/Makefile.kernel +++ b/linux/Makefile.kernel @@ -9,6 +9,7 @@ # Note 2! The CFLAGS definitions are now inherited from the # parent makes.. # +# $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel,v 1.2 1999/09/27 14:59:24 dawes Exp $ L_TARGET := libdrm.a @@ -21,14 +22,7 @@ ifdef CONFIG_DRM_GAMMA M_OBJS += gamma.o endif -ifdef CONFIG_DRM_TDFX -M_OBJS += tdfx.o -endif - include $(TOPDIR)/Rules.make gamma.o: gamma_drv.o gamma_dma.o $(L_TARGET) $(LD) $(LD_RFLAG) -r -o $@ gamma_drv.o gamma_dma.o -L. -ldrm - -tdfx.o: tdfx_drv.o tdfx_context.o $(L_TARGET) - $(LD) $(LD_RFLAG) -r -o $@ tdfx_drv.o tdfx_context.o -L. -ldrm -- cgit v1.2.3