a5ae5ac4b3
No longer necessary to keep all reserved addresses in 'soc'. Means 'soc' does not need to know about 'bt', for example. Also means that Bluetooth can be enabled in config without any memory being reserved for BT controller. Only if code calling the BT controller is linked in, will this memory be reserved...
6 lines
176 B
Makefile
6 lines
176 B
Makefile
# currently the only SoC supported; to be moved into Kconfig
|
|
SOC_NAME := esp32
|
|
|
|
COMPONENT_SRCDIRS := $(SOC_NAME) src/
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
|