mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
7 lines
121 B
Makefile
7 lines
121 B
Makefile
#
|
|
# Makefile for the Linux Bluetooth BNEP layer.
|
|
#
|
|
|
|
obj-$(CONFIG_BT_BNEP) += bnep.o
|
|
|
|
bnep-objs := core.o sock.o netdev.o
|