SOURCES: sk98lin-makefile.patch (NEW) - don't depend on kernel config in ma...
hawk
hawk at pld-linux.org
Tue Jul 29 12:25:21 CEST 2008
Author: hawk Date: Tue Jul 29 10:25:21 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't depend on kernel config in makefile, always build as module
---- Files affected:
SOURCES:
sk98lin-makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/sk98lin-makefile.patch
diff -u /dev/null SOURCES/sk98lin-makefile.patch:1.1
--- /dev/null Tue Jul 29 12:25:22 2008
+++ SOURCES/sk98lin-makefile.patch Tue Jul 29 12:25:16 2008
@@ -0,0 +1,12 @@
+diff -ur sk98lin-10.60.2.3.orig/Makefile sk98lin-10.60.2.3/Makefile
+--- sk98lin-10.60.2.3.orig/Makefile 2008-04-28 10:12:43.000000000 +0200
++++ sk98lin-10.60.2.3/Makefile 2008-07-29 12:23:12.000000000 +0200
+@@ -54,7 +54,7 @@
+
+
+
+-obj-$(CONFIG_SK98LIN) += sk98lin.o
++obj-m += sk98lin.o
+ sk98lin-objs := \
+ skge.o \
+ sky2.o \
================================================================
More information about the pld-cvs-commit
mailing list