source: trunk/firmware_v3/STM32CubeIDE/Debug/Drivers/CMSIS/subdir.mk

Last change on this file was 41, checked in by f.jahn, 8 days ago

V3 Version soweit fertig. Relais ansteuerung, modbus, temperatursensor ist implementiert
Commit vor Änderung auf neuen Controller mit mehr Speicher

File size: 1.5 KB
Line 
1################################################################################
2# Automatically-generated file. Do not edit!
3# Toolchain: GNU Tools for STM32 (13.3.rel1)
4################################################################################
5
6# Add inputs and outputs from these tool invocations to the build variables
7C_SRCS += \
8D:/Projekte/ecs_PowerPro/trunk/firmware_v2/Core/Src/system_stm32c0xx.c
9
10OBJS += \
11./Drivers/CMSIS/system_stm32c0xx.o
12
13C_DEPS += \
14./Drivers/CMSIS/system_stm32c0xx.d
15
16
17# Each subdirectory must supply rules for building sources it contributes
18Drivers/CMSIS/system_stm32c0xx.o: D:/Projekte/ecs_PowerPro/trunk/firmware_v2/Core/Src/system_stm32c0xx.c Drivers/CMSIS/subdir.mk
19 arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32C031xx -c -I../../Core/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc -I../../Drivers/STM32C0xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32C0xx/Include -I../../Drivers/CMSIS/Include -I"D:/Projekte/ecs_PowerPro/trunk/firmware_v2/STM32CubeIDE/inc" -Og -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
20
21clean: clean-Drivers-2f-CMSIS
22
23clean-Drivers-2f-CMSIS:
24 -$(RM) ./Drivers/CMSIS/system_stm32c0xx.cyclo ./Drivers/CMSIS/system_stm32c0xx.d ./Drivers/CMSIS/system_stm32c0xx.o ./Drivers/CMSIS/system_stm32c0xx.su
25
26.PHONY: clean-Drivers-2f-CMSIS
27
Note: See TracBrowser for help on using the repository browser.