forked from rpms/kernel
		
	Make integrated compat-wireless take advantage of the above Turn-on backports again, since TAINT_OOT_MODULE issue is resolved Update compat-wireless snapshot from 2011-12-18
		
			
				
	
	
		
			13 lines
		
	
	
		
			469 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			469 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff -up compat-wireless-2011-12-01/Makefile.orig compat-wireless-2011-12-01/Makefile
 | 
						|
--- compat-wireless-2011-12-01/Makefile.orig	2011-12-14 09:10:01.377297637 -0500
 | 
						|
+++ compat-wireless-2011-12-01/Makefile	2011-12-14 09:47:36.834100534 -0500
 | 
						|
@@ -68,7 +68,7 @@ all: modules
 | 
						|
 
 | 
						|
 modules: $(CREL_CHECK)
 | 
						|
 	@./scripts/check_config.sh
 | 
						|
-	$(MAKE) -C $(KLIB_BUILD) M=$(PWD) modules
 | 
						|
+	$(MAKE) -C $(KLIB_BUILD) M=$(PWD) INTEGRATED_BUILD=1 modules
 | 
						|
 	@touch $@
 | 
						|
 
 | 
						|
 bt: $(CREL_CHECK)
 |