diff options
Diffstat (limited to 'linux')
-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 |