You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
2.2 KiB

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c \
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c \
../Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
OBJS += \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.o \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.o \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.o
C_DEPS += \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.d \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.d \
./Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.d
# Each subdirectory must supply rules for building sources it contributes
Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.o: ../Middlewares/ST/STM32_USB_Device_Library/Core/Src/%.c Middlewares/ST/STM32_USB_Device_Library/Core/Src/subdir.mk
@echo 'Building file: $<'
@echo 'Invoking: Cross ARM C Compiler'
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wuninitialized -Wall -Wextra -Wpointer-arith -Wlogical-op -g3 -DSTM32F401xC -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Drivers/STM32F4xx_HAL_Driver/Inc" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Drivers/CMSIS/Device/ST/STM32F4xx/Include" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Inc" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Drivers/CMSIS/Include" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Inc" -I"/home/ivan/Загрузки/USG_STM32F4_QFN/Upstream/Middlewares/ST/STM32_USB_Device_Library/Class/HID/Inc" -std=gnu11 -ffast-math -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '