From bcad11818296fa58a356175bc7e13060579012d0 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Sat, 22 Jul 2000 01:08:00 +0000 Subject: Fix typo --- linux-core/Makefile.kernel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux-core/Makefile.kernel') diff --git a/linux-core/Makefile.kernel b/linux-core/Makefile.kernel index 17d79924..3bb727c2 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -51,8 +51,8 @@ obj-$(CONFIG_DRM_R128) += r128.o $(r128-objs) obj-$(CONFIG_DRM_FFB) += ffb.o $(ffb-objs) ifneq ($CONFIG_AGP),) -obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs) $(lib-objs) -obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs) $(lib-objs) +obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs) +obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs) endif # Take module names out of obj-y and int-m -- cgit v1.2.3