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 / isdn / isdnloop / Makefile
Encoding:
Makefile  |  2006-08-11  |  144 b   |  6 lines

  1. # Makefile for the isdnloop ISDN device driver
  2.  
  3. # Each configuration option enables a list of files.
  4.  
  5. obj-$(CONFIG_ISDN_DRV_LOOP)    += isdnloop.o
  6.