diff options
-rw-r--r-- | linux-core/Makefile.kernel | 4 | ||||
-rw-r--r-- | linux/Makefile.kernel | 4 |
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 |