Files
platform-espressif32/examples/espidf-aws-iot/components/esp-aws-iot/component.mk
T
2020-03-05 11:18:07 +02:00

11 lines
259 B
Makefile

#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include aws-iot-device-sdk-embedded-C/include
COMPONENT_SRCDIRS := aws-iot-device-sdk-embedded-C/src port
# Check the submodule is initialised
COMPONENT_SUBMODULES := aws-iot-device-sdk-embedded-C