X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=027cc8e7308389c5710ae75306a48f2bba3a1dda;hb=586575c9dcc18154eeb4e893e554371c69ac0b9d;hp=b98aacc08ad9f229c6c446093fe6c930260c7c12;hpb=737a52d7b22b1774acc5d20f9bd25000a70ac116;p=openocd.git diff --git a/src/target/Makefile.am b/src/target/Makefile.am index b98aacc08a..027cc8e730 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -31,11 +31,12 @@ libtarget_la_SOURCES = \ $(ARM_MISC_SRC) \ $(AVR32_SRC) \ $(MIPS32_SRC) \ + $(NDS32_SRC) \ avrt.c \ dsp563xx.c \ dsp563xx_once.c \ dsp5680xx.c \ - stm32_stlink.c + hla_target.c TARGET_CORE_SRC = \ algorithm.c \ @@ -107,6 +108,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 \ @@ -162,9 +175,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 ocddatadir = $(pkglibdir) -nobase_dist_ocddata_DATA = ecos/at91eb40a.elf +nobase_dist_ocddata_DATA = MAINTAINERCLEANFILES = $(srcdir)/Makefile.in