Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: f89f5948fc10bb973cd452d2e334da207828e228 authored by Linus Torvalds on 24 December 2005, 23:47:48 UTC
Linux v2.6.15-rc7
Tip revision: f89f594
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 riopcicopy.o rioroute.o riotable.o riotty.o
back to top