diff options
Diffstat (limited to 'qemu/hw/bt/Makefile.objs')
-rw-r--r-- | qemu/hw/bt/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/hw/bt/Makefile.objs b/qemu/hw/bt/Makefile.objs new file mode 100644 index 000000000..867a7d2e8 --- /dev/null +++ b/qemu/hw/bt/Makefile.objs @@ -0,0 +1,3 @@ +common-obj-y += core.o l2cap.o sdp.o hci.o hid.o +common-obj-y += hci-csr.o + |