@@ -76,22 +76,22 @@ SOURCES += $(ERPC_C_ROOT)/infra/erpc_arbitrated_client_manager.cpp \
76
76
$(ERPC_C_ROOT ) /transports/erpc_tcp_transport.cpp
77
77
78
78
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 \
81
81
$(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 \
84
84
$(ERPC_C_ROOT ) /infra/erpc_common.h \
85
85
$(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 \
95
95
$(ERPC_C_ROOT ) /infra/erpc_pre_post_action.h \
96
96
$(ERPC_C_ROOT ) /port/erpc_setup_extensions.h \
97
97
$(ERPC_C_ROOT ) /port/erpc_config_internal.h \
@@ -103,9 +103,9 @@ HEADERS += $(ERPC_C_ROOT)/config/erpc_config.h \
103
103
$(ERPC_C_ROOT ) /setup/erpc_mbf_setup.h \
104
104
$(ERPC_C_ROOT ) /setup/erpc_server_setup.h \
105
105
$(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
109
109
110
110
MAKE_TARGET = $(TARGET_LIB ) ($(OBJECTS_ALL ) )
111
111
0 commit comments