1# 2# Makefile for the Linux Bluetooth RFCOMM layer 3# 4 5O_TARGET := rfcomm.o 6 7obj-y := core.o sock.o crc.o 8obj-$(CONFIG_BLUEZ_RFCOMM_TTY) += tty.o 9obj-m += $(O_TARGET) 10 11include $(TOPDIR)/Rules.make 12