diff options
author | Tim Newsome <tim@sifive.com> | 2018-06-11 12:08:08 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2018-06-11 12:08:08 -0700 |
commit | 17a0523736e25b352f82d62e1b16bd1c2d87646b (patch) | |
tree | 9969e4575f44f9f9f0cd3b64e33a2679dc730ed4 /src/target/Makefile.am | |
parent | 6766fa1dda84e5b9243a2ab60bca77de92ea178d (diff) | |
parent | 06123153f38280608b1e92dcb766b31ade7e4668 (diff) | |
download | riscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.zip riscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.tar.gz riscv-openocd-17a0523736e25b352f82d62e1b16bd1c2d87646b.tar.bz2 |
Merge branch 'master' into from_upstream
Diffstat (limited to 'src/target/Makefile.am')
-rw-r--r-- | src/target/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 030015a..a37b717 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -40,6 +40,7 @@ TARGET_CORE_SRC = \ %D%/target.c \ %D%/target_request.c \ %D%/testee.c \ + %D%/semihosting_common.c \ %D%/smp.c ARMV4_5_SRC = \ @@ -218,6 +219,7 @@ RISCV_SRC = \ %D%/nds32_v3.h \ %D%/nds32_v3m.h \ %D%/nds32_aice.h \ + %D%/semihosting_common.h \ %D%/stm8.h \ %D%/lakemont.h \ %D%/x86_32_common.h \ |