subdir.mk 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (9-2020-q2-update)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../Core/Src/cc1200.c \
  8. ../Core/Src/main.c \
  9. ../Core/Src/stm32h7xx_hal_msp.c \
  10. ../Core/Src/stm32h7xx_it.c \
  11. ../Core/Src/syscalls.c \
  12. ../Core/Src/sysmem.c \
  13. ../Core/Src/system_stm32h7xx.c
  14. OBJS += \
  15. ./Core/Src/cc1200.o \
  16. ./Core/Src/main.o \
  17. ./Core/Src/stm32h7xx_hal_msp.o \
  18. ./Core/Src/stm32h7xx_it.o \
  19. ./Core/Src/syscalls.o \
  20. ./Core/Src/sysmem.o \
  21. ./Core/Src/system_stm32h7xx.o
  22. C_DEPS += \
  23. ./Core/Src/cc1200.d \
  24. ./Core/Src/main.d \
  25. ./Core/Src/stm32h7xx_hal_msp.d \
  26. ./Core/Src/stm32h7xx_it.d \
  27. ./Core/Src/syscalls.d \
  28. ./Core/Src/sysmem.d \
  29. ./Core/Src/system_stm32h7xx.d
  30. # Each subdirectory must supply rules for building sources it contributes
  31. Core/Src/%.o: ../Core/Src/%.c Core/Src/subdir.mk
  32. arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32H723xx -DUSE_FULL_LL_DRIVER -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 -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@"
  33. clean: clean-Core-2f-Src
  34. clean-Core-2f-Src:
  35. -$(RM) ./Core/Src/cc1200.d ./Core/Src/cc1200.o ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/stm32h7xx_hal_msp.d ./Core/Src/stm32h7xx_hal_msp.o ./Core/Src/stm32h7xx_it.d ./Core/Src/stm32h7xx_it.o ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/system_stm32h7xx.d ./Core/Src/system_stm32h7xx.o
  36. .PHONY: clean-Core-2f-Src