summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-14 01:04:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-12-14 01:04:59 +0100
commitd6c1d96051c5efda7996f95892704ce63e0d4bee (patch)
tree6281656a7e7de8c882ead6868a20a69b81209abc /Makefile.tools
parent78cbdd40b2c4a10f7b6de53dc82663f2eaed523e (diff)
downloadbluez-d6c1d96051c5efda7996f95892704ce63e0d4bee.tar.gz
emulator: Add skeleton for virtual PHY handling
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tools b/Makefile.tools
index ef4162b34..bc827fedf 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -49,6 +49,7 @@ emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
emulator/btdev.h emulator/btdev.c \
emulator/bthost.h emulator/bthost.c \
emulator/smp.c \
+ emulator/phy.h emulator/phy.c \
emulator/amp.h emulator/amp.c \
emulator/le.h emulator/le.c
emulator_btvirt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la