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.

58 lines
2.3 KiB

################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Src/hal_msp.c \
../Src/interrupts.c \
../Src/led.c \
../Src/main.c \
../Src/upstream_hid.c \
../Src/upstream_hid_botdetect.c \
../Src/upstream_msc.c \
../Src/upstream_spi.c \
../Src/upstream_statemachine.c \
../Src/usb_device.c \
../Src/usbd_config.c \
../Src/usbd_descriptors.c
OBJS += \
./Src/hal_msp.o \
./Src/interrupts.o \
./Src/led.o \
./Src/main.o \
./Src/upstream_hid.o \
./Src/upstream_hid_botdetect.o \
./Src/upstream_msc.o \
./Src/upstream_spi.o \
./Src/upstream_statemachine.o \
./Src/usb_device.o \
./Src/usbd_config.o \
./Src/usbd_descriptors.o
C_DEPS += \
./Src/hal_msp.d \
./Src/interrupts.d \
./Src/led.d \
./Src/main.d \
./Src/upstream_hid.d \
./Src/upstream_hid_botdetect.d \
./Src/upstream_msc.d \
./Src/upstream_spi.d \
./Src/upstream_statemachine.d \
./Src/usb_device.d \
./Src/usbd_config.d \
./Src/usbd_descriptors.d
# Each subdirectory must supply rules for building sources it contributes
Src/%.o: ../Src/%.c 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 ' '