misc: Fixed the formatting of the main sources list in the main project makefile
This commit is contained in:
parent
f4345e4714
commit
8d5caeaaff
98
src/Makefile
98
src/Makefile
|
@ -16,55 +16,55 @@ ifeq ($(ENABLE_DEBUG), 1)
|
||||||
CFLAGS += -DENABLE_DEBUG
|
CFLAGS += -DENABLE_DEBUG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRC = \
|
SRC = \
|
||||||
adiv5.c \
|
adiv5.c \
|
||||||
adiv5_jtagdp.c \
|
adiv5_jtagdp.c \
|
||||||
adiv5_swdp.c \
|
adiv5_swdp.c \
|
||||||
command.c \
|
command.c \
|
||||||
cortexa.c \
|
cortexa.c \
|
||||||
cortexm.c \
|
cortexm.c \
|
||||||
crc32.c \
|
crc32.c \
|
||||||
efm32.c \
|
efm32.c \
|
||||||
exception.c \
|
exception.c \
|
||||||
gdb_if.c \
|
gdb_if.c \
|
||||||
gdb_main.c \
|
gdb_main.c \
|
||||||
gdb_hostio.c \
|
gdb_hostio.c \
|
||||||
gdb_packet.c \
|
gdb_packet.c \
|
||||||
gdb_reg.c \
|
gdb_reg.c \
|
||||||
hex_utils.c \
|
hex_utils.c \
|
||||||
jtag_devs.c \
|
jtag_devs.c \
|
||||||
jtag_scan.c \
|
jtag_scan.c \
|
||||||
lmi.c \
|
lmi.c \
|
||||||
lpc_common.c \
|
lpc_common.c \
|
||||||
lpc11xx.c \
|
lpc11xx.c \
|
||||||
lpc17xx.c \
|
lpc17xx.c \
|
||||||
lpc15xx.c \
|
lpc15xx.c \
|
||||||
lpc43xx.c \
|
lpc43xx.c \
|
||||||
lpc546xx.c \
|
lpc546xx.c \
|
||||||
kinetis.c \
|
kinetis.c \
|
||||||
main.c \
|
main.c \
|
||||||
morse.c \
|
morse.c \
|
||||||
msp432.c \
|
msp432.c \
|
||||||
nrf51.c \
|
nrf51.c \
|
||||||
nxpke04.c \
|
nxpke04.c \
|
||||||
platform.c \
|
platform.c \
|
||||||
remote.c \
|
remote.c \
|
||||||
rp.c \
|
rp.c \
|
||||||
sam3x.c \
|
sam3x.c \
|
||||||
sam4l.c \
|
sam4l.c \
|
||||||
samd.c \
|
samd.c \
|
||||||
samx5x.c \
|
samx5x.c \
|
||||||
sfdp.c \
|
sfdp.c \
|
||||||
stm32f1.c \
|
stm32f1.c \
|
||||||
ch32f1.c \
|
ch32f1.c \
|
||||||
stm32f4.c \
|
stm32f4.c \
|
||||||
stm32h7.c \
|
stm32h7.c \
|
||||||
stm32l0.c \
|
stm32l0.c \
|
||||||
stm32l4.c \
|
stm32l4.c \
|
||||||
stm32g0.c \
|
stm32g0.c \
|
||||||
renesas.c \
|
renesas.c \
|
||||||
target.c \
|
target.c \
|
||||||
target_flash.c \
|
target_flash.c \
|
||||||
target_probe.c
|
target_probe.c
|
||||||
|
|
||||||
include $(PLATFORM_DIR)/Makefile.inc
|
include $(PLATFORM_DIR)/Makefile.inc
|
||||||
|
|
Loading…
Reference in New Issue