-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile.targets
17 lines (15 loc) · 1.08 KB
/
makefile.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DO NOT REMOVE! Generated by the GNU ARM Eclipse exporter from an Mbed project.
mbedclean:
$(RM) $(OBJS)
$(RM) $(CC_DEPS)$(C++_DEPS)$(C_UPPER_DEPS)$(CXX_DEPS)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS)$(CPP_DEPS)
$(RM) $(SECONDARY_FLASH)$(SECONDARY_SIZE) karman-avionics.* linker-script-*.ld
-@echo ' '
linker-script-debug.ld: ../mbed/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM/STM32F767xI.ld
"arm-none-eabi-cpp" -E -P -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
karman-avionics.elf: linker-script-debug.ld
linker-script-release.ld: ../mbed/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM/STM32F767xI.ld
"arm-none-eabi-cpp" -E -P -DNDEBUG -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
karman-avionics.elf: linker-script-release.ld
linker-script-develop.ld: ../mbed/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM/STM32F767xI.ld
"arm-none-eabi-cpp" -E -P -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@
karman-avionics.elf: linker-script-develop.ld