samd/Makefile: Alphabetically sort the source code files in Makefile.
This commit is contained in:
parent
a5d5ecbf84
commit
c4f7c0b8a2
|
@ -83,16 +83,16 @@ LDFLAGS += -L"$(shell dirname $(LIBSTDCPP_FILE_NAME))"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRC_C = \
|
SRC_C = \
|
||||||
main.c \
|
|
||||||
help.c \
|
help.c \
|
||||||
|
machine_led.c \
|
||||||
|
machine_pin.c \
|
||||||
|
main.c \
|
||||||
modutime.c \
|
modutime.c \
|
||||||
modmachine.c \
|
modmachine.c \
|
||||||
$(BUILD)/pins.c \
|
|
||||||
machine_pin.c \
|
|
||||||
machine_led.c \
|
|
||||||
modsamd.c \
|
modsamd.c \
|
||||||
samd_flash.c \
|
|
||||||
mphalport.c \
|
mphalport.c \
|
||||||
|
$(BUILD)/pins.c \
|
||||||
|
samd_flash.c \
|
||||||
samd_isr.c \
|
samd_isr.c \
|
||||||
samd_soc.c \
|
samd_soc.c \
|
||||||
tusb_port.c \
|
tusb_port.c \
|
||||||
|
@ -130,10 +130,10 @@ endif
|
||||||
|
|
||||||
# List of sources for qstr extraction
|
# List of sources for qstr extraction
|
||||||
SRC_QSTR += \
|
SRC_QSTR += \
|
||||||
|
machine_led.c \
|
||||||
|
machine_pin.c \
|
||||||
modutime.c \
|
modutime.c \
|
||||||
modmachine.c \
|
modmachine.c \
|
||||||
machine_pin.c \
|
|
||||||
machine_led.c \
|
|
||||||
modsamd.c \
|
modsamd.c \
|
||||||
samd_flash.c \
|
samd_flash.c \
|
||||||
shared/readline/readline.c \
|
shared/readline/readline.c \
|
||||||
|
|
Loading…
Reference in New Issue