13 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			310 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for the linux rio-subsystem.
 | 
						|
#
 | 
						|
# (C) R.E.Wolff@BitWizard.nl 
 | 
						|
# 
 | 
						|
# This file is GPL. See other files for the full Blurb. I'm lazy today. 
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_RIO) += rio.o
 | 
						|
 | 
						|
rio-objs := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
 | 
						|
            rioparam.o rioroute.o riotable.o riotty.o
 |