bl_iot_sdk/components/3rdparty/aws-iot/bouffalo.mk
2020-10-26 20:35:25 +08:00

9 lines
321 B
Makefile

# 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