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 / isdn / divert / Makefile
Encoding:
Makefile  |  2008-12-24  |  230 b   |  10 lines

  1. # Makefile for the dss1_divert ISDN module
  2.  
  3. # Each configuration option enables a list of files.
  4.  
  5. obj-$(CONFIG_ISDN_DIVERSION)    += dss1_divert.o
  6.  
  7. # Multipart objects.
  8.  
  9. dss1_divert-y            := isdn_divert.o divert_procfs.o divert_init.o
  10.