eb8cb8d22e
1. add libphy.a librtc.a, but store in bt submodule, if someone use them, please copy to esp32/lib/ instead the origin one 2. add 07_blufi demo 3. change esp32/Kconfig to allow bt/wifi coexist
10 lines
465 B
Makefile
10 lines
465 B
Makefile
#
|
|
# Main Makefile. This is basically the same as a component makefile.
|
|
#
|
|
# This Makefile should, at the very least, just include $(SDK_PATH)/make/component_common.mk. By default,
|
|
# this will take the sources in the src/ directory, compile them and link them into
|
|
# lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable,
|
|
# please read the ESP-IDF documents if you need to do this.
|
|
#
|
|
|
|
include $(IDF_PATH)/make/component_common.mk
|