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

agpgart: added "-agp" to the .c files that are for specific hardware types,...

agpgart: added "-agp" to the .c files that are for specific hardware types, based on mailing list comments.
parent 5a93c398
......@@ -7,15 +7,15 @@ export-objs := agp.o
agpgart-y := agp.o frontend.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-$(CONFIG_AGP_INTEL) += i8x0-agp.o
agpgart-$(CONFIG_AGP_I810) += i810-agp.o
agpgart-$(CONFIG_AGP_VIA) += via-agp.o
agpgart-$(CONFIG_AGP_AMD) += amd-agp.o
agpgart-$(CONFIG_AGP_SIS) += sis-agp.o
agpgart-$(CONFIG_AGP_ALI) += ali-agp.o
agpgart-$(CONFIG_AGP_SWORKS) += sworks-agp.o
agpgart-$(CONFIG_AGP_I460) += i460-agp.o
agpgart-$(CONFIG_AGP_HP_ZX1) += hp-agp.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