summaryrefslogtreecommitdiffstats
path: root/drivers/video/riva
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/riva')
-rw-r--r--drivers/video/riva/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/video/riva/Makefile b/drivers/video/riva/Makefile
index 87502e25c..07d87e752 100644
--- a/drivers/video/riva/Makefile
+++ b/drivers/video/riva/Makefile
@@ -8,7 +8,8 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := rivafb.o
-O_OBJS := fbdev.o riva_hw.o
-M_OBJS := $(O_TARGET)
+
+obj-y := fbdev.o riva_hw.o
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make