OSDN Git Service

Fix typo
authorRik Faith <faith@alephnull.com>
Sat, 22 Jul 2000 01:08:00 +0000 (01:08 +0000)
committerRik Faith <faith@alephnull.com>
Sat, 22 Jul 2000 01:08:00 +0000 (01:08 +0000)
linux-core/Makefile.kernel
linux/Makefile.kernel

index 17d7992..3bb727c 100644 (file)
@@ -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
index 17d7992..3bb727c 100644 (file)
@@ -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