mirror of
https://github.com/torvalds/linux.git
synced 2024-10-30 16:51:45 +00:00
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
|