diff options
| -rw-r--r-- | drivers/char/agp/Makefile | 18 | ||||
| -rw-r--r-- | drivers/char/agp/ali-agp.c (renamed from drivers/char/agp/ali.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/amd-agp.c (renamed from drivers/char/agp/amd.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/hp-agp.c (renamed from drivers/char/agp/hp.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/i460-agp.c (renamed from drivers/char/agp/i460.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/i810-agp.c (renamed from drivers/char/agp/i810.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/i8x0-agp.c (renamed from drivers/char/agp/i8x0.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/sis-agp.c (renamed from drivers/char/agp/sis.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/sworks-agp.c (renamed from drivers/char/agp/sworks.c) | 0 | ||||
| -rw-r--r-- | drivers/char/agp/via-agp.c (renamed from drivers/char/agp/via.c) | 0 |
10 files changed, 9 insertions, 9 deletions
diff --git a/drivers/char/agp/Makefile b/drivers/char/agp/Makefile index 29d54b9185f8..940b293804a8 100644 --- a/drivers/char/agp/Makefile +++ b/drivers/char/agp/Makefile @@ -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 diff --git a/drivers/char/agp/ali.c b/drivers/char/agp/ali-agp.c index e60ca2a30fd3..e60ca2a30fd3 100644 --- a/drivers/char/agp/ali.c +++ b/drivers/char/agp/ali-agp.c diff --git a/drivers/char/agp/amd.c b/drivers/char/agp/amd-agp.c index 9fc81a0011e6..9fc81a0011e6 100644 --- a/drivers/char/agp/amd.c +++ b/drivers/char/agp/amd-agp.c diff --git a/drivers/char/agp/hp.c b/drivers/char/agp/hp-agp.c index 6798e967d386..6798e967d386 100644 --- a/drivers/char/agp/hp.c +++ b/drivers/char/agp/hp-agp.c diff --git a/drivers/char/agp/i460.c b/drivers/char/agp/i460-agp.c index e09f3974ae40..e09f3974ae40 100644 --- a/drivers/char/agp/i460.c +++ b/drivers/char/agp/i460-agp.c diff --git a/drivers/char/agp/i810.c b/drivers/char/agp/i810-agp.c index 77d721dfad9c..77d721dfad9c 100644 --- a/drivers/char/agp/i810.c +++ b/drivers/char/agp/i810-agp.c diff --git a/drivers/char/agp/i8x0.c b/drivers/char/agp/i8x0-agp.c index bf1daf0a69dd..bf1daf0a69dd 100644 --- a/drivers/char/agp/i8x0.c +++ b/drivers/char/agp/i8x0-agp.c diff --git a/drivers/char/agp/sis.c b/drivers/char/agp/sis-agp.c index 841c32a40267..841c32a40267 100644 --- a/drivers/char/agp/sis.c +++ b/drivers/char/agp/sis-agp.c diff --git a/drivers/char/agp/sworks.c b/drivers/char/agp/sworks-agp.c index ad9e4c46cc52..ad9e4c46cc52 100644 --- a/drivers/char/agp/sworks.c +++ b/drivers/char/agp/sworks-agp.c diff --git a/drivers/char/agp/via.c b/drivers/char/agp/via-agp.c index 5facf9f64062..5facf9f64062 100644 --- a/drivers/char/agp/via.c +++ b/drivers/char/agp/via-agp.c |
