SPECS: kernel-plustek-sane.spec - fixed Makefile - copy all neaded...
sparky
sparky at pld-linux.org
Sat Jan 7 02:27:20 CET 2006
Author: sparky Date: Sat Jan 7 01:27:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed Makefile
- copy all neaded headers to build directory
- still broken: inline function MiscStartTimer is placed in misc.c file,
but it's used in other files too
---- Files affected:
SPECS:
kernel-plustek-sane.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/kernel-plustek-sane.spec
diff -u SPECS/kernel-plustek-sane.spec:1.14 SPECS/kernel-plustek-sane.spec:1.15
--- SPECS/kernel-plustek-sane.spec:1.14 Sat Jan 7 02:21:30 2006
+++ SPECS/kernel-plustek-sane.spec Sat Jan 7 02:27:14 2006
@@ -71,7 +71,11 @@
cd backend/plustek_driver/src
## generate new makefile
echo "obj-m := pt_drv.o" >Makefile
-echo "pt_drv-m := dac.o detect.o generic.o image.o map.o misc.o models.o io.o procfs.o motor.o p9636.o ptdrv.o scale.o tpa.o p48xx.o p12.o p12ccd.o">>Makefile
+echo "pt_drv-objs := dac.o detect.o generic.o image.o map.o misc.o models.o" \
+ "io.o procfs.o motor.o p9636.o ptdrv.o scale.o tpa.o p48xx.o p12.o" \
+ "p12ccd.o" >> Makefile
+cp ../h/*.h .
+cp ../../plustek-share.h .
# kernel module(s)
for cfg in %{?with_dist_kernel:%{?with_smp:smp} up}%{!?with_dist_kernel:nondist}; do
if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
@@ -138,6 +142,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2006/01/07 01:27:14 sparky
+- fixed Makefile
+- copy all neaded headers to build directory
+- still broken: inline function MiscStartTimer is placed in misc.c file,
+ but it's used in other files too
+
Revision 1.14 2006/01/07 01:21:30 cieciwa
- fixed errors.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kernel-plustek-sane.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list