main
Rik Faith 2000-07-22 01:08:00 +00:00
parent 1e54e55431
commit bcad118182
2 changed files with 4 additions and 4 deletions

View File

@ -51,8 +51,8 @@ obj-$(CONFIG_DRM_R128) += r128.o $(r128-objs)
obj-$(CONFIG_DRM_FFB) += ffb.o $(ffb-objs) obj-$(CONFIG_DRM_FFB) += ffb.o $(ffb-objs)
ifneq ($CONFIG_AGP),) ifneq ($CONFIG_AGP),)
obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs) $(lib-objs) obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs)
obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs) $(lib-objs) obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs)
endif endif
# Take module names out of obj-y and int-m # Take module names out of obj-y and int-m

View File

@ -51,8 +51,8 @@ obj-$(CONFIG_DRM_R128) += r128.o $(r128-objs)
obj-$(CONFIG_DRM_FFB) += ffb.o $(ffb-objs) obj-$(CONFIG_DRM_FFB) += ffb.o $(ffb-objs)
ifneq ($CONFIG_AGP),) ifneq ($CONFIG_AGP),)
obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs) $(lib-objs) obj-$(CONFIG_DRM_MGA) += mga.o $(mga-objs)
obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs) $(lib-objs) obj-$(CONFIG_DRM_I810) += i810.o $(i810-objs)
endif endif
# Take module names out of obj-y and int-m # Take module names out of obj-y and int-m