bl_iot_sdk/components/3rdparty/aws-iot/bouffalo.mk

9 lines
321 B
Makefile
Raw Permalink Normal View History

2020-10-26 12:35:25 +00:00
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := port/include aws-iot-device-sdk-embedded-C/include aws-iot-device-sdk-embedded-C/external_libs/jsmn
COMPONENT_OBJS := $(patsubst %.c,%.o, $(COMPONENT_SRCS))
COMPONENT_SRCDIRS := aws-iot-device-sdk-embedded-C/src port aws-iot-device-sdk-embedded-C/external_libs/jsmn