123456789101112131415161718192021222324252627 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- # Toolchain: GNU Tools for STM32 (12.3.rel1)
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- /home/jakubski/Projects/node-red/STM32H7-node-red/Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.c
- OBJS += \
- ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o
- C_DEPS += \
- ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.d
- # Each subdirectory must supply rules for building sources it contributes
- Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o: /home/jakubski/Projects/node-red/STM32H7-node-red/Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.c Common/Src/subdir.mk
- arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32H745xx -c -I../Core/Inc -I../../Drivers/STM32H7xx_HAL_Driver/Inc -I../../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
- clean: clean-Common-2f-Src
- clean-Common-2f-Src:
- -$(RM) ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.cyclo ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.d ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.su
- .PHONY: clean-Common-2f-Src
|