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 / hysdn / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  313 b   |  12 lines

  1. # Makefile for the hysdn ISDN device driver
  2.  
  3. # Each configuration option enables a list of files.
  4.  
  5. obj-$(CONFIG_HYSDN)        += hysdn.o
  6.  
  7. # Multipart objects.
  8.  
  9. hysdn-y                := hysdn_procconf.o hysdn_proclog.o boardergo.o \
  10.                    hysdn_boot.o hysdn_sched.o hysdn_net.o hysdn_init.o
  11. hysdn-$(CONFIG_HYSDN_CAPI)    += hycapi.o
  12.