subdir.mk 1.6 KB

123456789101112131415161718192021222324252627
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (12.3.rel1)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. /home/jakubski/Projects/node-red/STM32H7-node-red/Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.c
  8. OBJS += \
  9. ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.o
  10. C_DEPS += \
  11. ./Common/Src/system_stm32h7xx_dualcore_boot_cm4_cm7.d
  12. # Each subdirectory must supply rules for building sources it contributes
  13. 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
  14. 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 "$@"
  15. clean: clean-Common-2f-Src
  16. clean-Common-2f-Src:
  17. -$(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
  18. .PHONY: clean-Common-2f-Src