[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / drivers / char / agp

File: [Development] / linux-2.4-xfs / drivers / char / agp / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# 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

list-multi := agpgart.o
agpgart-objs := agpgart_fe.o agpgart_be.o

obj-$(CONFIG_AGP) += agpgart.o

include $(TOPDIR)/Rules.make

agpgart.o: $(agpgart-objs)
	$(LD) $(LD_RFLAG) -r -o $@ $(agpgart-objs)