X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=4d9ea418a39a9319ecdeaf90ef013a40e153979c;hp=e01e0774b78bee1bcb1d626e448c83ba23ed1cff;hb=4dc8cd201c667bac72bc083ef1fa1b285eb093fc;hpb=c3d51bf0da7333de303adf86011913a4bca96e4d diff --git a/src/target/Makefile.am b/src/target/Makefile.am index e01e0774b7..4d9ea418a3 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/common.mk if OOCD_TRACE OOCD_TRACE_FILES = oocd_trace.c @@ -5,9 +6,8 @@ else OOCD_TRACE_FILES = endif -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src +SUBDIRS = openrisc +libtarget_la_LIBADD = $(top_builddir)/src/target/openrisc/libopenrisc.la BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD) @@ -34,9 +34,12 @@ libtarget_la_SOURCES = \ $(ARM_MISC_SRC) \ $(AVR32_SRC) \ $(MIPS32_SRC) \ + $(NDS32_SRC) \ avrt.c \ dsp563xx.c \ - dsp563xx_once.c + dsp563xx_once.c \ + dsp5680xx.c \ + hla_target.c TARGET_CORE_SRC = \ algorithm.c \ @@ -45,7 +48,8 @@ TARGET_CORE_SRC = \ breakpoints.c \ target.c \ target_request.c \ - testee.c + testee.c \ + smp.c ARMV4_5_SRC = \ armv4_5.c \ @@ -60,6 +64,7 @@ ARM7_9_SRC = \ arm9tdmi.c \ arm920t.c \ arm966e.c \ + arm946e.c \ arm926ejs.c \ feroceon.c @@ -73,9 +78,9 @@ ARMV6_SRC = \ ARMV7_SRC = \ armv7m.c \ - cortex_m3.c \ + cortex_m.c \ armv7a.c \ - cortex_a8.c + cortex_a.c ARM_DEBUG_SRC = \ arm_dpm.c \ @@ -84,8 +89,9 @@ ARM_DEBUG_SRC = \ arm_simulator.c \ arm_semihosting.c \ arm_adi_v5.c \ - adi_v5_jtag.c \ + adi_v5_jtag.c \ adi_v5_swd.c \ + adi_v5_cmsis_dap.c \ embeddedice.c \ trace.c \ etb.c \ @@ -106,6 +112,18 @@ 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 + noinst_HEADERS = \ algorithm.h \ @@ -124,6 +142,7 @@ noinst_HEADERS = \ arm920t.h \ arm926ejs.h \ arm966e.h \ + arm946e.h \ arm11.h \ arm11_dbgtap.h \ armv4_5.h \ @@ -134,9 +153,10 @@ noinst_HEADERS = \ avrt.h \ dsp563xx.h \ dsp563xx_once.h \ + dsp5680xx.h \ breakpoints.h \ - cortex_m3.h \ - cortex_a8.h \ + cortex_m.h \ + cortex_a.h \ embeddedice.h \ etb.h \ etm.h \ @@ -155,9 +175,25 @@ noinst_HEADERS = \ target_request.h \ trace.h \ xscale.h \ - xscale_debug.h - -nobase_dist_pkglib_DATA = -nobase_dist_pkglib_DATA += ecos/at91eb40a.elf + smp.h \ + avr32_ap7k.h \ + avr32_jtag.h \ + avr32_mem.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 + +ocddatadir = $(pkglibdir) +nobase_dist_ocddata_DATA = MAINTAINERCLEANFILES = $(srcdir)/Makefile.in