patch-2.4.0-prerelease linux/drivers/video/sis/Makefile

Next file: linux/drivers/zorro/Makefile
Previous file: linux/drivers/video/riva/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/video/sis/Makefile linux/drivers/video/sis/Makefile
@@ -3,9 +3,9 @@
 #
 
 O_TARGET := sisfb.o
-O_OBJS   := sis_main.o sis_300.o sis_301.o
-#O_OBJS   := sis_300.o
-M_OBJS   := $(O_TARGET)
+
+obj-y  := sis_main.o sis_300.o sis_301.o
+obj-m  := $(O_TARGET)
 
 include $(TOPDIR)/Rules.make
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)