kopia lustrzana https://github.com/espressif/esp-idf
21 wiersze
394 B
Makefile
21 wiersze
394 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
ifdef CONFIG_AWS_IOT_SDK
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := 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
|
|
|
|
|
|
else
|
|
# Disable AWS IoT support
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
|
COMPONENT_ADD_LDFLAGS :=
|
|
COMPONENT_SRCDIRS :=
|
|
endif
|