9 lines
		
	
	
		
			135 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			135 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for the IPWireless driver
 | |
| #
 | |
| 
 | |
| obj-$(CONFIG_IPWIRELESS) += ipwireless.o
 | |
| 
 | |
| ipwireless-y := hardware.o main.o network.o tty.o
 | |
| 
 | 
