car/Debug/my_src/subdir.mk

37 lines
1.4 KiB
Makefile
Raw Normal View History

2018-01-16 16:17:34 +01:00
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../my_src/blinky.c \
2018-01-18 15:06:37 +01:00
../my_src/counter.c \
../my_src/led.c \
2018-01-16 17:56:07 +01:00
../my_src/main2.c \
../my_src/pwm.c
2018-01-16 16:17:34 +01:00
OBJS += \
./my_src/blinky.o \
2018-01-18 15:06:37 +01:00
./my_src/counter.o \
./my_src/led.o \
2018-01-16 17:56:07 +01:00
./my_src/main2.o \
./my_src/pwm.o
2018-01-16 16:17:34 +01:00
C_DEPS += \
./my_src/blinky.d \
2018-01-18 15:06:37 +01:00
./my_src/counter.d \
./my_src/led.d \
2018-01-16 17:56:07 +01:00
./my_src/main2.d \
./my_src/pwm.d
2018-01-16 16:17:34 +01:00
# Each subdirectory must supply rules for building sources it contributes
my_src/%.o: ../my_src/%.c
@echo 'Building file: $<'
@echo 'Invoking: GNU ARM Cross C Compiler'
2018-01-18 15:06:37 +01:00
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -DHSE_VALUE=8000000 -DSTM32F103xB -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -I"../include" -I"../system/include" -I"../system/include/cmsis" -I"../system/include/stm32f1-stdperiph" -I"../system/include/stm32f1xx" -I"../system/include/cmsis/device" -I"/home/wn/workspace-stm32/car/hottislib" -I"/home/wn/workspace-stm32/car/my_src" -std=gnu11 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
2018-01-16 16:17:34 +01:00
@echo 'Finished building: $<'
@echo ' '