Blame view

kernel/linux-imx6_3.14.28/net/bluetooth/rfcomm/Makefile 159 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
  #
  # Makefile for the Linux Bluetooth RFCOMM layer.
  #
  
  obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
  
  rfcomm-y			:= core.o sock.o
  rfcomm-$(CONFIG_BT_RFCOMM_TTY)	+= tty.o