File built_fixed.patch of Package bluez.7360
diff --git a/Makefile.in b/Makefile.in
index 7562bcc..56f49c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -858,14 +858,16 @@ tools_gap_tester_OBJECTS = $(am_tools_gap_tester_OBJECTS)
am__tools_hciattach_SOURCES_DIST = tools/hciattach.c tools/hciattach.h \
tools/hciattach_st.c tools/hciattach_ti.c \
tools/hciattach_tialt.c tools/hciattach_ath3k.c \
- tools/hciattach_qualcomm.c tools/hciattach_intel.c
+ tools/hciattach_qualcomm.c tools/hciattach_intel.c \
+ tools/hciattach_bcm43xx.c
@TOOLS_TRUE@am_tools_hciattach_OBJECTS = tools/hciattach.$(OBJEXT) \
@TOOLS_TRUE@ tools/hciattach_st.$(OBJEXT) \
@TOOLS_TRUE@ tools/hciattach_ti.$(OBJEXT) \
@TOOLS_TRUE@ tools/hciattach_tialt.$(OBJEXT) \
@TOOLS_TRUE@ tools/hciattach_ath3k.$(OBJEXT) \
@TOOLS_TRUE@ tools/hciattach_qualcomm.$(OBJEXT) \
-@TOOLS_TRUE@ tools/hciattach_intel.$(OBJEXT)
+@TOOLS_TRUE@ tools/hciattach_intel.$(OBJEXT) \
+@TOOLS_TRUE@ tools/hciattach_bcm43xx.$(OBJEXT)
tools_hciattach_OBJECTS = $(am_tools_hciattach_OBJECTS)
@TOOLS_TRUE@tools_hciattach_DEPENDENCIES = \
@TOOLS_TRUE@ lib/libbluetooth-internal.la
@@ -1683,7 +1685,8 @@ test_scripts = test/sap_client.py test/bluezutils.py test/dbusdef.py \
@TOOLS_TRUE@ tools/hciattach_tialt.c \
@TOOLS_TRUE@ tools/hciattach_ath3k.c \
@TOOLS_TRUE@ tools/hciattach_qualcomm.c \
-@TOOLS_TRUE@ tools/hciattach_intel.c
+@TOOLS_TRUE@ tools/hciattach_intel.c \
+@TOOLS_TRUE@ tools/hciattach_bcm43xx.c
@TOOLS_TRUE@tools_hciattach_LDADD = lib/libbluetooth-internal.la
@TOOLS_TRUE@tools_hciconfig_SOURCES = tools/hciconfig.c tools/csr.h tools/csr.c
@@ -3208,6 +3211,8 @@ tools/hciattach_qualcomm.$(OBJEXT): tools/$(am__dirstamp) \
tools/$(DEPDIR)/$(am__dirstamp)
tools/hciattach_intel.$(OBJEXT): tools/$(am__dirstamp) \
tools/$(DEPDIR)/$(am__dirstamp)
+tools/hciattach_bcm43xx.$(OBJEXT): tools/$(am__dirstamp) \
+ tools/$(DEPDIR)/$(am__dirstamp)
tools/hciattach$(EXEEXT): $(tools_hciattach_OBJECTS) $(tools_hciattach_DEPENDENCIES) $(EXTRA_tools_hciattach_DEPENDENCIES) tools/$(am__dirstamp)
@rm -f tools/hciattach$(EXEEXT)
$(AM_V_CCLD)$(LINK) $(tools_hciattach_OBJECTS) $(tools_hciattach_LDADD) $(LIBS)
@@ -3776,6 +3781,7 @@ mostlyclean-compile:
-rm -f tools/hciattach_ath3k.$(OBJEXT)
-rm -f tools/hciattach_intel.$(OBJEXT)
-rm -f tools/hciattach_qualcomm.$(OBJEXT)
+ -rm -f tools/hciattach_bcm43xx.$(OBJEXT)
-rm -f tools/hciattach_st.$(OBJEXT)
-rm -f tools/hciattach_ti.$(OBJEXT)
-rm -f tools/hciattach_tialt.$(OBJEXT)
@@ -4100,6 +4106,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_ath3k.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_intel.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_qualcomm.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_bcm43xx.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_st.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_ti.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/hciattach_tialt.Po@am__quote@