summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2000-07-22 01:08:00 +0000
committerRik Faith <faith@alephnull.com>2000-07-22 01:08:00 +0000
commitbcad11818296fa58a356175bc7e13060579012d0 (patch)
treee7df1cbc001fd905af63a58e920e1a553afc1aa9
parent1e54e554312d0970427e81c0a2bc8a16d1325c07 (diff)
downloaddrm-bcad11818296fa58a356175bc7e13060579012d0.tar.gz
Fix typo
-rw-r--r--linux-core/Makefile.kernel4
-rw-r--r--linux/Makefile.kernel4
2 files changed, 4 insertions, 4 deletions
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
diff --git a/linux/Makefile.kernel b/linux/Makefile.kernel
index 17d79924..3bb727c2 100644
--- a/linux/Makefile.kernel
+++ b/linux/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