target/dsp563xx: fix scan-build warning
[fw/openocd] / contrib / loaders / Makefile
index 31cccb5ffe16305ea2592ed37d22f8af43a10715..ae6a5ebad721fb6f428c25e9294d466c00fdf812 100644 (file)
@@ -1,6 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 .PHONY: arm clean-arm
 
-all: arm
+all: arm stm8
 
 common_dirs = \
        checksum \
@@ -12,6 +14,7 @@ ARM_CROSS_COMPILE ?= arm-none-eabi-
 arm_dirs = \
        flash/fm4 \
        flash/kinetis_ke \
+       flash/max32xxx \
        flash/xmc1xxx \
        debug/xscale
 
@@ -32,3 +35,6 @@ clean: clean-arm
        for d in $(common_dirs); do \
                $(MAKE) -C $$d clean; \
        done
+
+stm8:
+       $(MAKE) -C erase_check stm8