OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [char/] [agp/] [Makefile] - Rev 1765

Compare with Previous | Blame | View Log

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

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.