diff options
author | faith <faith> | 2000-07-22 01:08:00 +0000 |
---|---|---|
committer | faith <faith> | 2000-07-22 01:08:00 +0000 |
commit | 1b0a79e05001a33ac780609410aeb02c2644e0a3 (patch) | |
tree | 2071550725806ba8decf02bae265b128c6830d47 | |
parent | ecdda44e6f00945fe3e699f6c31accf222d1703c (diff) |
Fix typo
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel index 17d79924d..3bb727c27 100644 --- a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Makefile.kernel +++ b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/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 |