bl_iot_sdk/components/3rdparty/aws-iot/bouffalo.mk
2022-03-07 13:59:29 +08:00

9 lines
321 B
Makefile
Executable File

# 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