X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2FMakefile.am;h=d2aab0a5e3590d78170dc75c5f425f8b6b6c762e;hp=597070c4b86b0b4e4814fea10dc2face80694a07;hb=020cb12077cb15be1700bf7733178acfb2b26428;hpb=6090a5b158ad212a54510f061226ca58155b51fe diff --git a/src/target/Makefile.am b/src/target/Makefile.am index 597070c4b8..d2aab0a5e3 100644 --- a/src/target/Makefile.am +++ b/src/target/Makefile.am @@ -19,6 +19,7 @@ noinst_LTLIBRARIES += %D%/libtarget.la $(AVR32_SRC) \ $(MIPS32_SRC) \ $(NDS32_SRC) \ + $(STM8_SRC) \ $(INTEL_IA32_SRC) \ %D%/avrt.c \ %D%/dsp563xx.c \ @@ -124,6 +125,9 @@ NDS32_SRC = \ %D%/nds32_v3m.c \ %D%/nds32_aice.c +STM8_SRC = \ + %D%/stm8.c + INTEL_IA32_SRC = \ %D%/quark_x10xx.c \ %D%/quark_d20xx.c \ @@ -205,6 +209,7 @@ INTEL_IA32_SRC = \ %D%/nds32_v3.h \ %D%/nds32_v3m.h \ %D%/nds32_aice.h \ + %D%/stm8.h \ %D%/lakemont.h \ %D%/x86_32_common.h \ %D%/arm_cti.h