You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
323 B
13 lines
323 B
20 years ago
|
#
|
||
|
# 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
|