1#
2# Makefile for the linux rio-subsystem.
3#
4# (C) R.E.Wolff@BitWizard.nl
5#
6# This file is GPL. See other files for the full Blurb. I'm lazy today.
7#
8#
9# Note! Dependencies are done automagically by 'make dep', which also
10# removes any old dependencies. DON'T put your own dependencies here
11# unless it's something special (ie not a .c file).
12#
13# Note 2! The CFLAGS definitions are now in the main makefile...
14
15O_TARGET := rio.o
16
17obj-y   := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
18            rioparam.o riopcicopy.o rioroute.o riotable.o riotty.o
19obj-m   := $(O_TARGET)
20
21include $(TOPDIR)/Rules.make
22