Commit fd01155c authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

agpgart: renamed the agp files to make more sense

parent 7843a0b0
......@@ -3,19 +3,19 @@
# space ioctl interface to use agp memory. It also adds a kernel interface
# that other drivers could use to manipulate agp memory.
export-objs := agpgart_be.o
export-objs := agp.o
agpgart-y := agpgart_fe.o agpgart_be.o
agpgart-y := agp.o frontend.o
agpgart-$(CONFIG_AGP_INTEL) += agpgart_be-i8x0.o
agpgart-$(CONFIG_AGP_I810) += agpgart_be-i810.o
agpgart-$(CONFIG_AGP_VIA) += agpgart_be-via.o
agpgart-$(CONFIG_AGP_AMD) += agpgart_be-amd.o
agpgart-$(CONFIG_AGP_SIS) += agpgart_be-sis.o
agpgart-$(CONFIG_AGP_ALI) += agpgart_be-ali.o
agpgart-$(CONFIG_AGP_SWORKS) += agpgart_be-sworks.o
agpgart-$(CONFIG_AGP_I460) += agpgart_be-i460.o
agpgart-$(CONFIG_AGP_HP_ZX1) += agpgart_be-hp.o
agpgart-$(CONFIG_AGP_INTEL) += i8x0.o
agpgart-$(CONFIG_AGP_I810) += i810.o
agpgart-$(CONFIG_AGP_VIA) += via.o
agpgart-$(CONFIG_AGP_AMD) += amd.o
agpgart-$(CONFIG_AGP_SIS) += sis.o
agpgart-$(CONFIG_AGP_ALI) += ali.o
agpgart-$(CONFIG_AGP_SWORKS) += sworks.o
agpgart-$(CONFIG_AGP_I460) += i460.o
agpgart-$(CONFIG_AGP_HP_ZX1) += hp.o
agpgart-objs := $(agpgart-y)
obj-$(CONFIG_AGP) += agpgart.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment