db3185242a
Final polish. There is no more save_flags/cli type locking left. We also no longer use the pcicopy function and file so they can go. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
12 lines
310 B
Makefile
12 lines
310 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 rioroute.o riotable.o riotty.o
|