]> git.sur5r.net Git - openocd/blobdiff - contrib/loaders/Makefile
stm8 : new target
[openocd] / contrib / loaders / Makefile
index 2e5eba8c25e827903af6b4f7b3df4eeb37f1b982..a9a27706d682bc49a12c88b8c9aa7d2e22f39ec3 100644 (file)
@@ -1,6 +1,6 @@
 .PHONY: arm clean-arm
 
-all: arm
+all: arm stm8
 
 common_dirs = \
        checksum \
@@ -12,7 +12,8 @@ ARM_CROSS_COMPILE ?= arm-none-eabi-
 arm_dirs = \
        flash/fm4 \
        flash/kinetis_ke \
-       flash/xmc1xxx
+       flash/xmc1xxx \
+       debug/xscale
 
 arm:
        for d in $(common_dirs); do \
@@ -31,3 +32,6 @@ clean: clean-arm
        for d in $(common_dirs); do \
                $(MAKE) -C $$d clean; \
        done
+
+stm8:
+       $(MAKE) -C erase_check stm8