mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
8 lines
121 B
Makefile
8 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
|