Skip to content

Commit

Permalink
Fix compilation for esp-open-rtos
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkulkin committed May 28, 2023
1 parent e2d7ca7 commit 966a9ff
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,22 @@ ifdef component_compile_rules

homekit_INC_DIR = $(homekit_ROOT)/include $(homekit_ROOT)/src
homekit_SRC_DIR = $(homekit_ROOT)/src
homekit_OBJEXCLUDE = \
src/port_mdns_idf.o \
src/port_storage_partition.o
homekit_SRC_FILES = \
${homekit_ROOT}/src/accessories.c \
${homekit_ROOT}/src/base64.c \
${homekit_ROOT}/src/bitset.c \
${homekit_ROOT}/src/crypto.c \
${homekit_ROOT}/src/debug.c \
${homekit_ROOT}/src/homekit_mdns.c \
${homekit_ROOT}/src/homekit_mdns_debug.c \
${homekit_ROOT}/src/json.c \
${homekit_ROOT}/src/port.c \
${homekit_ROOT}/src/port_mdns_custom.c \
${homekit_ROOT}/src/port_storage_spiflash.c \
${homekit_ROOT}/src/query_params.c \
${homekit_ROOT}/src/server.c \
${homekit_ROOT}/src/storage.c \
${homekit_ROOT}/src/tlv.c

$(eval $(call component_compile_rules,homekit))

Expand Down

0 comments on commit 966a9ff

Please sign in to comment.