home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / char / ftape / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  1.0 KB  |  29 lines

  1. #
  2. #       Copyright (C) 1997 Claus Heine.
  3. #
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11. # GNU General Public License for more details.
  12. # You should have received a copy of the GNU General Public License
  13. # along with this program; see the file COPYING.  If not, write to
  14. # the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  15. #
  16. # $Source: /homes/cvs/ftape-stacked/ftape/Makefile,v $
  17. # $Revision: 1.4 $
  18. # $Date: 1997/10/05 19:17:56 $
  19. #
  20. #      Makefile for the QIC-40/80/3010/3020 floppy-tape driver for
  21. #      Linux.
  22. #
  23.  
  24. obj-$(CONFIG_FTAPE)        += lowlevel/
  25. obj-$(CONFIG_ZFTAPE)        += zftape/
  26. obj-$(CONFIG_ZFT_COMPRESSOR)    += compressor/
  27.