diff options
author | Rik Faith <faith@alephnull.com> | 2000-07-22 01:08:00 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-07-22 01:08:00 +0000 |
commit | bcad11818296fa58a356175bc7e13060579012d0 (patch) | |
tree | e7df1cbc001fd905af63a58e920e1a553afc1aa9 /linux/Makefile.kernel | |
parent | 1e54e554312d0970427e81c0a2bc8a16d1325c07 (diff) |
Fix typo
Diffstat (limited to 'linux/Makefile.kernel')
-rw-r--r-- | linux/Makefile.kernel | 4 |
1 files changed, 2 insertions, 2 deletions
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 |