diff options
author | Zwane Mwaikambo <zwane@infradead.org> | 2007-02-16 02:09:00 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2007-02-20 14:18:01 -0500 |
commit | a5220b463e957c9a434295503cdf635d93454d78 (patch) | |
tree | b8c5537d342141849f2386e83b040fb41904a9f3 /drivers/char | |
parent | 1c14cfbbe7a9f2240c73f420c3c6336fc521cd64 (diff) |
[AGPGART] Fix modular agpgart ia64 allmodconfig
My previous compat AGP patch broke modular AGPGART.
Test built on;
i386 CONFIG_AGP=y,m
x86_64 CONFIG_AGP=y
ia64 CONFIG_AGP=m
Signed-off-by: Zwane Mwaikambo <zwane@infradead.org>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/agp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/char/agp/Makefile b/drivers/char/agp/Makefile index a0d04a23dacd..627f542827c7 100644 --- a/drivers/char/agp/Makefile +++ b/drivers/char/agp/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | agpgart-y := backend.o frontend.o generic.o isoch.o | 1 | agpgart-y := backend.o frontend.o generic.o isoch.o |
2 | 2 | ||
3 | agpgart-$(CONFIG_COMPAT) += compat_ioctl.o | ||
4 | |||
3 | obj-$(CONFIG_AGP) += agpgart.o | 5 | obj-$(CONFIG_AGP) += agpgart.o |
4 | obj-$(CONFIG_COMPAT) += compat_ioctl.o | ||
5 | obj-$(CONFIG_AGP_ALI) += ali-agp.o | 6 | obj-$(CONFIG_AGP_ALI) += ali-agp.o |
6 | obj-$(CONFIG_AGP_ATI) += ati-agp.o | 7 | obj-$(CONFIG_AGP_ATI) += ati-agp.o |
7 | obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o | 8 | obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o |