mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
11 lines
259 B
Makefile
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
|