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
- Lines: 13
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/drivers/video/sis/Makefile
- Orig date:
Sun Nov 19 18:44:17 2000
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)