head 1.1; branch 1.1.1; access; symbols libdrm-1_0_4:1.1.1.1 AGPGART_2_0:1.1.1.1 TUNGSTEN:1.1.1; locks; strict; comment @# @; 1.1 date 2003.01.11.02.27.45; author jhartmann; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.01.11.02.27.45; author jhartmann; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @# # Makefile for the agpgart device driver. This driver adds a user # space ioctl interface to use agp memory. It also adds a kernel interface # that other drivers could use to manipulate agp memory. O_TARGET := agp.o export-objs := agpgart_be.o agp_vm.o agp_generic.o agp_context.o \ agp_query.o list-multi := agpgart.o agpgart-objs := agpgart_fe.o agpgart_be.o agp_vm.o agp_generic.o agp_probe.o \ agp_lists.o agp_query.o agp_context.o obj-$(CONFIG_AGP) += agpgart.o include $(TOPDIR)/Rules.make agpgart.o: $(agpgart-objs) $(LD) $(LD_RFLAG) -r -o $@@ $(agpgart-objs) @ 1.1.1.1 log @Import of Agpgart 2.0 module @ text @@