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 / net / bluetooth / rfcomm / Makefile < prev   
Encoding:
Makefile  |  2006-08-11  |  159 b   |  9 lines

  1. #
  2. # Makefile for the Linux Bluetooth RFCOMM layer.
  3. #
  4.  
  5. obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
  6.  
  7. rfcomm-y            := core.o sock.o
  8. rfcomm-$(CONFIG_BT_RFCOMM_TTY)    += tty.o
  9.