aboutsummaryrefslogtreecommitdiff
path: root/decoder/build
diff options
context:
space:
mode:
authorJames Clark <james.clark@arm.com>2021-07-16 14:56:30 +0100
committerMike Leach <mike.leach@linaro.org>2021-07-16 16:00:33 +0100
commit04a61efa6bf1bfb42f4fe4df3f8b1e9cee71dbd5 (patch)
treee117c2acf2d2edf41a93f694425480b94e1fb91d /decoder/build
parent54c3f67811fbcea853b7d223383d4a755819bb7e (diff)
downloadOpenCSD-04a61efa6bf1bfb42f4fe4df3f8b1e9cee71dbd5.tar.gz
build: Include ETE headers in install
To be able to instantiate the OCSD_BUILTIN_DCD_ETE decoder the header trc_pkt_types_ete.h is required, so install it alongside the headers for the other versions. Signed-off-by: James Clark <james.clark@arm.com>
Diffstat (limited to 'decoder/build')
-rw-r--r--decoder/build/linux/rctdl_c_api_lib/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/decoder/build/linux/rctdl_c_api_lib/makefile b/decoder/build/linux/rctdl_c_api_lib/makefile
index a0bd5a3..7b4055d 100644
--- a/decoder/build/linux/rctdl_c_api_lib/makefile
+++ b/decoder/build/linux/rctdl_c_api_lib/makefile
@@ -113,6 +113,8 @@ install_inc:
$(INSTALL) --mode=0644 $(INST_INC_SRC)/etmv3/trc_pkt_types_etmv3.h $(INST_INC_DST)/etmv3/
$(INSTALL) -d --mode=0755 $(INST_INC_DST)/etmv4
$(INSTALL) --mode=0644 $(INST_INC_SRC)/etmv4/trc_pkt_types_etmv4.h $(INST_INC_DST)/etmv4/
+ $(INSTALL) -d --mode=0755 $(INST_INC_DST)/ete
+ $(INSTALL) --mode=0644 $(INST_INC_SRC)/ete/trc_pkt_types_ete.h $(INST_INC_DST)/ete/
$(INSTALL) -d --mode=0755 $(INST_INC_DST)/c_api
$(INSTALL) --mode=0644 $(INST_INC_SRC)/c_api/ocsd_c_api_types.h $(INST_INC_DST)/c_api/
$(INSTALL) --mode=0644 $(INST_INC_SRC)/c_api/opencsd_c_api.h $(INST_INC_DST)/c_api/