X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=efbeb33afd190c8140020cb61b18d9d658f0f893;hp=fac1e09105c69a21c701aa6e5946deb5d41470d8;hb=f1b04a20dcf6baedbd0f06a38d8748586d48dbb7;hpb=549d9bc72cbca3ba352e6b4bcd6e31d9fd9a0bc7 diff --git a/src/target/Makefile.am b/src/target/Makefile.am index fac1e09105..efbeb33afd 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -6,12 +6,15 @@ else OOCD_TRACE_FILES = endif -BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) +SUBDIRS = openrisc +libtarget_la_LIBADD = $(top_builddir)/src/target/openrisc/libopenrisc.la + +BIN2C = $(top_srcdir)/src/helper/bin2char.sh DEBUG_HANDLER = $(srcdir)/xscale/debug_handler.bin EXTRA_DIST = \ startup.tcl \ - $(DEBUG_HANDLER) + $(wildcard $(srcdir)/xscale/*) DEBUG_HEADER = xscale_debug.h BUILT_SOURCES = $(DEBUG_HEADER) @@ -31,6 +34,8 @@ libtarget_la_SOURCES = \ $(ARM_MISC_SRC) \ $(AVR32_SRC) \ $(MIPS32_SRC) \ + $(NDS32_SRC) \ + $(INTEL_IA32_SRC) \ avrt.c \ dsp563xx.c \ dsp563xx_once.c \ @@ -87,6 +92,7 @@ ARM_DEBUG_SRC = \ arm_adi_v5.c \ adi_v5_jtag.c \ adi_v5_swd.c \ + adi_v5_cmsis_dap.c \ embeddedice.c \ trace.c \ etb.c \ @@ -107,6 +113,22 @@ MIPS32_SRC = \ mips32_dmaacc.c \ mips_ejtag.c +NDS32_SRC = \ + nds32.c \ + nds32_reg.c \ + nds32_cmd.c \ + nds32_disassembler.c \ + nds32_tlb.c \ + nds32_v2.c \ + nds32_v3_common.c \ + nds32_v3.c \ + nds32_v3m.c \ + nds32_aice.c + +INTEL_IA32_SRC = \ + quark_x10xx.c \ + lakemont.c \ + x86_32_common.c noinst_HEADERS = \ algorithm.h \ @@ -162,7 +184,21 @@ noinst_HEADERS = \ avr32_ap7k.h \ avr32_jtag.h \ avr32_mem.h \ - avr32_regs.h + avr32_regs.h \ + nds32.h \ + nds32_cmd.h \ + nds32_disassembler.h \ + nds32_edm.h \ + nds32_insn.h \ + nds32_reg.h \ + nds32_tlb.h \ + nds32_v2.h \ + nds32_v3_common.h \ + nds32_v3.h \ + nds32_v3m.h \ + nds32_aice.h \ + lakemont.h \ + x86_32_common.h ocddatadir = $(pkglibdir) nobase_dist_ocddata_DATA =