Skip to content

Commit

Permalink
stlink: Fixed a mistake in the Makefile.inc resulting in build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Sep 27, 2024
1 parent 20fe1f8 commit 8e8d0ca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/platforms/stlink/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ endif

VPATH += platforms/common/stm32

SRC += \
platform.c \
serialno.c \
timing.c \
timing_stm32.c \
traceswodecode.c \
stlink_common.c \
SRC += \
platform.c \
serialno.c \
timing.c \
timing_stm32.c \
stlink_common.c \
swo_itm_decode.c

ifeq ($(ST_BOOTLOADER), 1)
all: blackmagic.bin
Expand Down

0 comments on commit 8e8d0ca

Please sign in to comment.