28 lines
1.6 KiB
Makefile
28 lines
1.6 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../Libs/ltr329/ltr329.c
|
|
|
|
OBJS += \
|
|
./Libs/ltr329/ltr329.o
|
|
|
|
C_DEPS += \
|
|
./Libs/ltr329/ltr329.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Libs/ltr329/%.o: ../Libs/ltr329/%.c Libs/ltr329/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -g3 -DDEBUG -DSTM32L031xx -DUSE_FULL_LL_DRIVER -DHSE_VALUE=8000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DMSI_VALUE=2097000 -DHSI_VALUE=16000000 -DLSI_VALUE=37000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=0 -DINSTRUCTION_CACHE_ENABLE=1 -DDATA_CACHE_ENABLE=1 -c -I../Core/Inc -I"/home/david/VelesLabs/smart_household/rht_sensor_wired/fw/Libs/crc8" -I"/home/david/VelesLabs/smart_household/rht_sensor_wired/fw/Libs/ltr329" -I"/home/david/VelesLabs/smart_household/rht_sensor_wired/fw/Libs/modbus" -I"/home/david/VelesLabs/smart_household/rht_sensor_wired/fw/Libs/sht4x" -I../Drivers/STM32L0xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32L0xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|
|
|
clean: clean-Libs-2f-ltr329
|
|
|
|
clean-Libs-2f-ltr329:
|
|
-$(RM) ./Libs/ltr329/ltr329.d ./Libs/ltr329/ltr329.o
|
|
|
|
.PHONY: clean-Libs-2f-ltr329
|
|
|