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