subdir.mk 1.3 KB

123456789101112131415161718192021222324252627
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (10.3-2021.10)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. CPP_SRCS += \
  7. ../APP/Lib/extra.cpp
  8. OBJS += \
  9. ./APP/Lib/extra.o
  10. CPP_DEPS += \
  11. ./APP/Lib/extra.d
  12. # Each subdirectory must supply rules for building sources it contributes
  13. APP/Lib/%.o APP/Lib/%.su: ../APP/Lib/%.cpp APP/Lib/subdir.mk
  14. arm-none-eabi-g++ "$<" -mcpu=cortex-m0 -std=gnu++14 -g3 -DDEBUG -DSTM32F030x6 -DUSE_HAL_DRIVER -c -I../Core/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F0xx/Include -I../Drivers/CMSIS/Include -I/STM32F030_ENC28J60/APP -I"D:/NextCloud/Personal-OneDrive/CodeStore/STM32CubeIDE/workspace_1.9.0/STM32F030_ENC28J60/APP/Lib" -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -Og -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
  15. clean: clean-APP-2f-Lib
  16. clean-APP-2f-Lib:
  17. -$(RM) ./APP/Lib/extra.d ./APP/Lib/extra.o ./APP/Lib/extra.su
  18. .PHONY: clean-APP-2f-Lib