aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/zd1211/zd1211-r85/makefile-unslung.patch
blob: bc189e823fb0a235f0823de8e511f03180721250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- 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
+CC ?= gcc
+CPP ?= g++
+LD ?= ld
 rM=rm -f -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
+#KERN_26=y
 
-KERNEL_SOURCE=$(MODPATH)/source
+KERNEL_SOURCE ?= $(MODPATH)/source
 #KERNEL_SOURCE=/usr/src/linux
 
 # set to 1 for zd1211b
 ZD1211REV_B=0
 
 SRC_DIR=src
-DEFINES=-D__KERNEL__ -DMODULE=1
+DEFINES ?= -D__KERNEL__ -DMODULE=1
 
 
 
@@ -228,9 +228,9 @@
 	depmod -a $(VERSION)
 
 #for apdbg
-	gcc -o apdbg apdbg.c
-	chmod +x apdbg
-	cp ./apdbg /sbin/apdbg   
+#	gcc -o apdbg apdbg.c
+#	chmod +x apdbg
+#	cp ./apdbg /sbin/apdbg   
 
 clean:
 	rm -rf .tmp_versions .*.cmd *.ko *.mod.c *.mod.o *.o $(SRC_DIR)/*.o  $(SRC_DIR)/.*.o.cmd