component/esp32 component/bt : seperate phy init

This commit is contained in:
Tian Hao
2016-11-03 16:28:04 +08:00
parent d472ff5856
commit 1540469598
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ COMPONENT_ADD_INCLUDEDIRS := bluedroid/bta/include \
CFLAGS += -Wno-error=unused-label -Wno-error=return-type -Wno-error=missing-braces -Wno-error=pointer-sign -Wno-error=parentheses CFLAGS += -Wno-error=unused-label -Wno-error=return-type -Wno-error=missing-braces -Wno-error=pointer-sign -Wno-error=parentheses
LIBS := btdm_app LIBS := btdm_app coexist
COMPONENT_ADD_LDFLAGS := -lbt -L$(abspath lib) \ COMPONENT_ADD_LDFLAGS := -lbt -L$(abspath lib) \
$(addprefix -l,$(LIBS)) \ $(addprefix -l,$(LIBS)) \

View File

@@ -10,7 +10,7 @@
COMPONENT_SRCDIRS := . hwcrypto COMPONENT_SRCDIRS := . hwcrypto
LIBS := crypto core net80211 phy rtc pp wpa smartconfig LIBS := crypto core net80211 phy rtc pp wpa smartconfig coexist
LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld LINKER_SCRIPTS += -T esp32_out.ld -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld