################################################################################ # Automatically-generated file. Do not edit! # Toolchain: GNU Tools for STM32 (11.3.rel1) ################################################################################ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../Src/debug.cpp \ ../Src/firmware.cpp \ ../Src/keyboard.cpp \ ../Src/lcd.cpp \ ../Src/sound.cpp \ ../Src/tasks.cpp OBJS += \ ./Src/debug.o \ ./Src/firmware.o \ ./Src/keyboard.o \ ./Src/lcd.o \ ./Src/sound.o \ ./Src/tasks.o CPP_DEPS += \ ./Src/debug.d \ ./Src/firmware.d \ ./Src/keyboard.d \ ./Src/lcd.d \ ./Src/sound.d \ ./Src/tasks.d # Each subdirectory must supply rules for building sources it contributes Src/%.o Src/%.su Src/%.cyclo: ../Src/%.cpp Src/subdir.mk arm-none-eabi-g++ "$<" -mcpu=cortex-m7 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F746xx -DEEZ_PLATFORM_STM32 -DEEZ_PLATFORM_STM32F746G_DISCO -DLZ4_FORCE_MEMORY_ACCESS=0 -c -I../Core/Inc -I../FATFS/Target -I../FATFS/App -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc/Legacy -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1 -I../Middlewares/Third_Party/FatFs/src -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../Drivers/CMSIS/Include -I../Drivers/BSP/STM32746G-Discovery -I../Drivers/BSP/Components/Common -I../Utilities/CPU -I../Utilities/Log -I../Src -I../Middlewares -I../Middlewares/eez-framework/src -I../Middlewares/eez-framework/src/eez/libs/agg -I../Middlewares/eez-framework/src/eez/libs/libscpi/inc -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -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 -Og -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=hard -mthumb -o "$@" clean: clean-Src clean-Src: -$(RM) ./Src/debug.cyclo ./Src/debug.d ./Src/debug.o ./Src/debug.su ./Src/firmware.cyclo ./Src/firmware.d ./Src/firmware.o ./Src/firmware.su ./Src/keyboard.cyclo ./Src/keyboard.d ./Src/keyboard.o ./Src/keyboard.su ./Src/lcd.cyclo ./Src/lcd.d ./Src/lcd.o ./Src/lcd.su ./Src/sound.cyclo ./Src/sound.d ./Src/sound.o ./Src/sound.su ./Src/tasks.cyclo ./Src/tasks.d ./Src/tasks.o ./Src/tasks.su .PHONY: clean-Src