Makefile 159 B

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