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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [char/] [agp/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the agpgart device driver.  This driver adds a user
3
# space ioctl interface to use agp memory.  It also adds a kernel interface
4
# that other drivers could use to manipulate agp memory.
5
 
6
O_TARGET        := agp.o
7
 
8
export-objs := agpgart_be.o
9
 
10
list-multi := agpgart.o
11
agpgart-objs := agpgart_fe.o agpgart_be.o
12
 
13
obj-$(CONFIG_AGP) += agpgart.o
14
 
15
include $(TOPDIR)/Rules.make
16
 
17
agpgart.o: $(agpgart-objs)
18
        $(LD) $(LD_RFLAG) -r -o $@ $(agpgart-objs)

powered by: WebSVN 2.1.0

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