Skip to content

Commit 94facc9

Browse files
erpc: erpc_c: Makefile updated to reflect the correct header names. (#295)
Updated the missed header names. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
1 parent 8506a99 commit 94facc9

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

erpc_c/Makefile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,22 @@ SOURCES += $(ERPC_C_ROOT)/infra/erpc_arbitrated_client_manager.cpp \
7676
$(ERPC_C_ROOT)/transports/erpc_tcp_transport.cpp
7777

7878
HEADERS += $(ERPC_C_ROOT)/config/erpc_config.h \
79-
$(ERPC_C_ROOT)/infra/erpc_arbitrated_client_manager.h \
80-
$(ERPC_C_ROOT)/infra/erpc_basic_codec.h \
79+
$(ERPC_C_ROOT)/infra/erpc_arbitrated_client_manager.hpp \
80+
$(ERPC_C_ROOT)/infra/erpc_basic_codec.hpp \
8181
$(ERPC_C_ROOT)/infra/erpc_client_manager.h \
82-
$(ERPC_C_ROOT)/infra/erpc_codec.h \
83-
$(ERPC_C_ROOT)/infra/erpc_crc16.h \
82+
$(ERPC_C_ROOT)/infra/erpc_codec.hpp \
83+
$(ERPC_C_ROOT)/infra/erpc_crc16.hpp \
8484
$(ERPC_C_ROOT)/infra/erpc_common.h \
8585
$(ERPC_C_ROOT)/infra/erpc_version.h \
86-
$(ERPC_C_ROOT)/infra/erpc_framed_transport.h \
87-
$(ERPC_C_ROOT)/infra/erpc_manually_constructed.h \
88-
$(ERPC_C_ROOT)/infra/erpc_message_buffer.h \
89-
$(ERPC_C_ROOT)/infra/erpc_message_loggers.h \
90-
$(ERPC_C_ROOT)/infra/erpc_server.h \
91-
$(ERPC_C_ROOT)/infra/erpc_static_queue.h \
92-
$(ERPC_C_ROOT)/infra/erpc_transport_arbitrator.h \
93-
$(ERPC_C_ROOT)/infra/erpc_transport.h \
94-
$(ERPC_C_ROOT)/infra/erpc_client_server_common.h \
86+
$(ERPC_C_ROOT)/infra/erpc_framed_transport.hpp \
87+
$(ERPC_C_ROOT)/infra/erpc_manually_constructed.hpp \
88+
$(ERPC_C_ROOT)/infra/erpc_message_buffer.hpp \
89+
$(ERPC_C_ROOT)/infra/erpc_message_loggers.hpp \
90+
$(ERPC_C_ROOT)/infra/erpc_server.hpp \
91+
$(ERPC_C_ROOT)/infra/erpc_static_queue.hpp \
92+
$(ERPC_C_ROOT)/infra/erpc_transport_arbitrator.hpp \
93+
$(ERPC_C_ROOT)/infra/erpc_transport.hpp \
94+
$(ERPC_C_ROOT)/infra/erpc_client_server_common.hpp \
9595
$(ERPC_C_ROOT)/infra/erpc_pre_post_action.h \
9696
$(ERPC_C_ROOT)/port/erpc_setup_extensions.h \
9797
$(ERPC_C_ROOT)/port/erpc_config_internal.h \
@@ -103,9 +103,9 @@ HEADERS += $(ERPC_C_ROOT)/config/erpc_config.h \
103103
$(ERPC_C_ROOT)/setup/erpc_mbf_setup.h \
104104
$(ERPC_C_ROOT)/setup/erpc_server_setup.h \
105105
$(ERPC_C_ROOT)/setup/erpc_transport_setup.h \
106-
$(ERPC_C_ROOT)/transports/erpc_inter_thread_buffer_transport.h \
107-
$(ERPC_C_ROOT)/transports/erpc_serial_transport.h \
108-
$(ERPC_C_ROOT)/transports/erpc_tcp_transport.h
106+
$(ERPC_C_ROOT)/transports/erpc_inter_thread_buffer_transport.hpp \
107+
$(ERPC_C_ROOT)/transports/erpc_serial_transport.hpp \
108+
$(ERPC_C_ROOT)/transports/erpc_tcp_transport.hpp
109109

110110
MAKE_TARGET = $(TARGET_LIB)($(OBJECTS_ALL))
111111

0 commit comments

Comments
 (0)