subdir.mk 1.4 KB

123456789101112131415161718192021222324252627
  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. ../USB_DEVICE/Target/usbd_conf.c
  8. OBJS += \
  9. ./USB_DEVICE/Target/usbd_conf.o
  10. C_DEPS += \
  11. ./USB_DEVICE/Target/usbd_conf.d
  12. # Each subdirectory must supply rules for building sources it contributes
  13. USB_DEVICE/Target/%.o: ../USB_DEVICE/Target/%.c USB_DEVICE/Target/subdir.mk
  14. 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 "$@"
  15. clean: clean-USB_DEVICE-2f-Target
  16. clean-USB_DEVICE-2f-Target:
  17. -$(RM) ./USB_DEVICE/Target/usbd_conf.d ./USB_DEVICE/Target/usbd_conf.o
  18. .PHONY: clean-USB_DEVICE-2f-Target