13 lines
323 B
Makefile
13 lines
323 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 riopcicopy.o rioroute.o riotable.o riotty.o
|