| 123456789101112131415161718192021222324252627 |
- ################################################################################
- # Automatically-generated file. Do not edit!
- # Toolchain: GNU Tools for STM32 (10.3-2021.10)
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- CPP_SRCS += \
- ../Lib/STM_ENC28_J60.cpp
- OBJS += \
- ./Lib/STM_ENC28_J60.o
- CPP_DEPS += \
- ./Lib/STM_ENC28_J60.d
- # Each subdirectory must supply rules for building sources it contributes
- Lib/%.o Lib/%.su: ../Lib/%.cpp Lib/subdir.mk
- arm-none-eabi-g++ "$<" -mcpu=cortex-m0 -std=gnu++14 -g3 -DDEBUG -DSTM32F030x6 -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DHSI_VALUE=8000000 -DLSI_VALUE=40000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=0 -DDATA_CACHE_ENABLE=0 -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/STM32F030_ENC28J60/Lib -O0 -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 "$@"
- clean: clean-Lib
- clean-Lib:
- -$(RM) ./Lib/STM_ENC28_J60.d ./Lib/STM_ENC28_J60.o ./Lib/STM_ENC28_J60.su
- .PHONY: clean-Lib
|