mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 14:30:50 +00:00 
			
		
		
		
	 5fad5a2e1f
			
		
	
	
		5fad5a2e1f
		
	
	
	
	
		
			
			This patch contains an attempt to properly build hostap.o without #include'ing C files. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			287 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| hostap-y := hostap_80211_rx.o hostap_80211_tx.o hostap_ap.o hostap_info.o \
 | |
|             hostap_ioctl.o hostap_main.o hostap_proc.o 
 | |
| obj-$(CONFIG_HOSTAP) += hostap.o
 | |
| 
 | |
| obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
 | |
| obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
 | |
| obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o
 |