subdir.mk 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. C_SRCS += \
  6. ../Src/adc.c \
  7. ../Src/freertos.c \
  8. ../Src/gpio.c \
  9. ../Src/i2c.c \
  10. ../Src/main.c \
  11. ../Src/spi.c \
  12. ../Src/stm32f4xx_hal_msp.c \
  13. ../Src/stm32f4xx_hal_timebase_tim.c \
  14. ../Src/stm32f4xx_it.c \
  15. ../Src/system_stm32f4xx.c \
  16. ../Src/tim.c \
  17. ../Src/usb_otg.c
  18. OBJS += \
  19. ./Src/adc.o \
  20. ./Src/freertos.o \
  21. ./Src/gpio.o \
  22. ./Src/i2c.o \
  23. ./Src/main.o \
  24. ./Src/spi.o \
  25. ./Src/stm32f4xx_hal_msp.o \
  26. ./Src/stm32f4xx_hal_timebase_tim.o \
  27. ./Src/stm32f4xx_it.o \
  28. ./Src/system_stm32f4xx.o \
  29. ./Src/tim.o \
  30. ./Src/usb_otg.o
  31. C_DEPS += \
  32. ./Src/adc.d \
  33. ./Src/freertos.d \
  34. ./Src/gpio.d \
  35. ./Src/i2c.d \
  36. ./Src/main.d \
  37. ./Src/spi.d \
  38. ./Src/stm32f4xx_hal_msp.d \
  39. ./Src/stm32f4xx_hal_timebase_tim.d \
  40. ./Src/stm32f4xx_it.d \
  41. ./Src/system_stm32f4xx.d \
  42. ./Src/tim.d \
  43. ./Src/usb_otg.d
  44. # Each subdirectory must supply rules for building sources it contributes
  45. Src/%.o: ../Src/%.c
  46. @echo 'Building file: $<'
  47. @echo 'Invoking: MCU GCC Compiler'
  48. @echo $(PWD)
  49. arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 '-D__weak=__attribute__((weak))' '-D__packed=__attribute__((__packed__))' -DUSE_HAL_DRIVER -DSTM32F401xC -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Inc" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/STM32F4xx_HAL_Driver/Inc" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/CMSIS/Device/ST/STM32F4xx/Include" -I"C:/Users/e_rcluze/Documents/Autres/rampesLeds/Soft/Controle/Drivers/CMSIS/Include" -Og -g3 -Wall -fmessage-length=0 -ffunction-sections -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
  50. @echo 'Finished building: $<'
  51. @echo ' '