parent
eafbdc1e17
commit
df63da6098
@ -0,0 +1,24 @@
|
|||||||
|
################################################################################
|
||||||
|
# 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/Class/HID/Src/usbd_hid.c
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.o
|
||||||
|
|
||||||
|
C_DEPS += \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.o: ../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/%.c Middlewares/ST/STM32_USB_Device_Library/Class/HID/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 ' '
|
||||||
|
|
||||||
|
|
Binary file not shown.
@ -0,0 +1,33 @@
|
|||||||
|
################################################################################
|
||||||
|
# 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/Class/MSC/Src/usbd_msc.c \
|
||||||
|
../Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_bot.c \
|
||||||
|
../Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_data.c \
|
||||||
|
../Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_scsi.c
|
||||||
|
|
||||||
|
OBJS += \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc.o \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_bot.o \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_data.o \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_scsi.o
|
||||||
|
|
||||||
|
C_DEPS += \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc.d \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_bot.d \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_data.d \
|
||||||
|
./Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/usbd_msc_scsi.d
|
||||||
|
|
||||||
|
|
||||||
|
# Each subdirectory must supply rules for building sources it contributes
|
||||||
|
Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/%.o: ../Middlewares/ST/STM32_USB_Device_Library/Class/MSC/Src/%.c Middlewares/ST/STM32_USB_Device_Library/Class/MSC/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 ' '
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,30 @@
|
|||||||
|
################################################################################
|
||||||
|
# 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 ' '
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue