1#
2# Makefile for the linux rio-subsystem.
3#
4# (C) R.E.Wolff@BitWizard.nl 
5# 
6# This file is GPL. See other files for the full Blurb. I'm lazy today. 
7#
8
9obj-$(CONFIG_RIO) += rio.o
10
11rio-objs := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
12            rioparam.o rioroute.o riotable.o riotty.o
13