11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# drivers/char/pcmcia/ipwireless/Makefile
 | 
						|
#
 | 
						|
# Makefile for the IPWireless driver
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_IPWIRELESS) += ipwireless.o
 | 
						|
 | 
						|
ipwireless-objs := hardware.o main.o network.o tty.o
 | 
						|
 |