X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=bd7bf7ae252b66aeb6fb8a11c3309d7fc4bb2e44;hp=7631beaadd19928ea63c82532d16f05a8ae8c0b1;hb=ed59dfc80aa6fc48a0894c8e46cee675f38ac949;hpb=f62c035c5277871193fa9904f430cf57221c0b89 diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 7631beaadd..bd7bf7ae25 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -78,6 +78,7 @@ ARM_DEBUG_SRC = \ arm_jtag.c \ arm_disassembler.c \ arm_simulator.c \ + arm_semihosting.c \ arm_adi_v5.c \ embeddedice.c \ trace.c \ @@ -101,6 +102,7 @@ noinst_HEADERS = \ arm_adi_v5.h \ arm_disassembler.h \ arm_simulator.h \ + arm_semihosting.h \ arm7_9_common.h \ arm7tdmi.h \ arm720t.h \