mirror of
				https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
				synced 2025-10-31 08:08:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			227 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-m := rtl8723be.o
 | |
| 
 | |
| 
 | |
| rtl8723be-objs :=		\
 | |
| 		dm.o		\
 | |
| 		fw.o		\
 | |
| 		hw.o		\
 | |
| 		led.o		\
 | |
| 		phy.o		\
 | |
| 		pwrseq.o	\
 | |
| 		rf.o		\
 | |
| 		sw.o		\
 | |
| 		table.o		\
 | |
| 		trx.o		\
 | |
| 
 | |
| 
 | |
| obj-$(CONFIG_RTL8723BE) += rtl8723be.o
 | |
| 
 | |
| ccflags-y += -D__CHECK_ENDIAN__
 | 
