[oe-commits] org.oe.dev zd1211: makefile patch refresh for Unslung

mwester commit openembedded-commits at lists.openembedded.org
Sat Oct 21 22:17:06 UTC 2006


zd1211: makefile patch refresh for Unslung

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 82b5799fa84f05f84e4567892ec02e1793da418f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=82b5799fa84f05f84e4567892ec02e1793da418f
Files:
1
packages/zd1211/zd1211-r83/makefile-unslung.patch
Diffs:

#
# mt diff -r250d4a39926b718ca465f2b7a332c92952b6a591 -r82b5799fa84f05f84e4567892ec02e1793da418f
#
# 
# 
# patch "packages/zd1211/zd1211-r83/makefile-unslung.patch"
#  from [09bac8e9247378a272b581367518455ef867e1ca]
#    to [c09213c4f5b14c9dacaea9a87fc4357be8fd7b11]
# 
============================================================
--- packages/zd1211/zd1211-r83/makefile-unslung.patch	09bac8e9247378a272b581367518455ef867e1ca
+++ packages/zd1211/zd1211-r83/makefile-unslung.patch	c09213c4f5b14c9dacaea9a87fc4357be8fd7b11
@@ -1,19 +1,20 @@
---- zd1211-driver-r77/Makefile.orig	2006-02-25 16:04:26.000000000 +0100
-+++ zd1211-driver-r77/Makefile	2006-02-25 17:11:27.000000000 +0100
-@@ -4,24 +4,23 @@
+--- zd1211-driver-r83.orig/Makefile	2006-07-09 04:59:42.000000000 -0500
++++ zd1211-driver-r83/Makefile	2006-10-21 16:27:41.000000000 -0500
+@@ -4,25 +4,25 @@
  #
  #
  
 -CC=gcc
 -CPP=g++
 -LD=ld
--rM=rm -f -r
 +CC ?= gcc
 +CPP ?= g++
 +LD ?= ld
+ rM=rm -f -r
  
--MODPATH := /lib/modules/$(shell uname -r)
-+MODPATH ?= /lib/modules/$(shell uname -r)
+ VERSION := $(shell uname -r)
+-MODPATH := /lib/modules/$(VERSION)
++MODPATH ?= /lib/modules/$(VERSION)
  
  # if the kernel is 2.6.x, turn on this
 -KERN_26=y
@@ -26,15 +27,14 @@
  # set to 1 for zd1211b
  ZD1211REV_B=0
  
--SRC_DIR=src
+ SRC_DIR=src
 -DEFINES=-D__KERNEL__ -DMODULE=1
-+SRC_DIR=src
-+DEFINES ?=-D__KERNEL__ -DMODULE=1
++DEFINES ?= -D__KERNEL__ -DMODULE=1
  
  
  
-@@ -227,9 +226,9 @@
- 	depmod -a
+@@ -228,9 +228,9 @@
+ 	depmod -a $(VERSION)
  
  #for apdbg
 -	gcc -o apdbg apdbg.c






More information about the Openembedded-commits mailing list