mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/CAN-Demo.git
synced 2025-06-10 02:55:59 +00:00
28 lines
1.4 KiB
Makefile
28 lines
1.4 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (11.3.rel1)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
CPP_SRCS += \
|
|
../App/Src/test.cpp
|
|
|
|
OBJS += \
|
|
./App/Src/test.o
|
|
|
|
CPP_DEPS += \
|
|
./App/Src/test.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
App/Src/%.o App/Src/%.su App/Src/%.cyclo: ../App/Src/%.cpp App/Src/subdir.mk
|
|
arm-none-eabi-g++ "$<" -mcpu=cortex-m4 -std=gnu++14 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F407xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I"/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/Libs/sta-core/include" -I"/Users/carlos/Documents/RWTH/space_team/CAN-Card_Module_Software/App/Inc" -O0 -ffunction-sections -fdata-sections -fno-exceptions -fno-rtti -fno-use-cxa-atexit -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
|
|
clean: clean-App-2f-Src
|
|
|
|
clean-App-2f-Src:
|
|
-$(RM) ./App/Src/test.cyclo ./App/Src/test.d ./App/Src/test.o ./App/Src/test.su
|
|
|
|
.PHONY: clean-App-2f-Src
|
|
|