home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / char / rio / Makefile
Encoding:
Makefile  |  2008-12-24  |  310 b   |  13 lines

  1. #
  2. # Makefile for the linux rio-subsystem.
  3. #
  4. # (C) R.E.Wolff@BitWizard.nl 
  5. # This file is GPL. See other files for the full Blurb. I'm lazy today. 
  6. #
  7.  
  8. obj-$(CONFIG_RIO) += rio.o
  9.  
  10. rio-objs := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
  11.             rioparam.o rioroute.o riotable.o riotty.o
  12.