diff --git a/src/Makefile b/src/Makefile index bad28e3..89c8a28 100644 --- a/src/Makefile +++ b/src/Makefile @@ -16,55 +16,55 @@ ifeq ($(ENABLE_DEBUG), 1) CFLAGS += -DENABLE_DEBUG endif -SRC = \ - adiv5.c \ - adiv5_jtagdp.c \ - adiv5_swdp.c \ - command.c \ - cortexa.c \ - cortexm.c \ - crc32.c \ - efm32.c \ - exception.c \ - gdb_if.c \ - gdb_main.c \ - gdb_hostio.c \ - gdb_packet.c \ - gdb_reg.c \ - hex_utils.c \ - jtag_devs.c \ - jtag_scan.c \ - lmi.c \ - lpc_common.c \ - lpc11xx.c \ - lpc17xx.c \ - lpc15xx.c \ - lpc43xx.c \ - lpc546xx.c \ - kinetis.c \ - main.c \ - morse.c \ - msp432.c \ - nrf51.c \ - nxpke04.c \ - platform.c \ - remote.c \ - rp.c \ - sam3x.c \ - sam4l.c \ - samd.c \ - samx5x.c \ - sfdp.c \ - stm32f1.c \ - ch32f1.c \ - stm32f4.c \ - stm32h7.c \ - stm32l0.c \ - stm32l4.c \ - stm32g0.c \ - renesas.c \ - target.c \ - target_flash.c \ +SRC = \ + adiv5.c \ + adiv5_jtagdp.c \ + adiv5_swdp.c \ + command.c \ + cortexa.c \ + cortexm.c \ + crc32.c \ + efm32.c \ + exception.c \ + gdb_if.c \ + gdb_main.c \ + gdb_hostio.c \ + gdb_packet.c \ + gdb_reg.c \ + hex_utils.c \ + jtag_devs.c \ + jtag_scan.c \ + lmi.c \ + lpc_common.c \ + lpc11xx.c \ + lpc17xx.c \ + lpc15xx.c \ + lpc43xx.c \ + lpc546xx.c \ + kinetis.c \ + main.c \ + morse.c \ + msp432.c \ + nrf51.c \ + nxpke04.c \ + platform.c \ + remote.c \ + rp.c \ + sam3x.c \ + sam4l.c \ + samd.c \ + samx5x.c \ + sfdp.c \ + stm32f1.c \ + ch32f1.c \ + stm32f4.c \ + stm32h7.c \ + stm32l0.c \ + stm32l4.c \ + stm32g0.c \ + renesas.c \ + target.c \ + target_flash.c \ target_probe.c include $(PLATFORM_DIR)/Makefile.inc