Skip to content

Commit fdabc89

Browse files
committed
Let assembly files generate dependencies
1 parent 71c36ec commit fdabc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -s
3737
compiler.c.elf.cmd=arm-none-eabi-gcc
3838
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
3939
compiler.S.cmd=arm-none-eabi-gcc
40-
compiler.S.flags=-c -g -x assembler-with-cpp
40+
compiler.S.flags=-c -g -x assembler-with-cpp -MMD
4141
compiler.cpp.cmd=arm-none-eabi-g++
4242
compiler.cpp.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -MMD
4343
compiler.ar.cmd=arm-none-eabi-ar

0 commit comments

Comments
 (0)