23 lines
1.0 KiB
Makefile
23 lines
1.0 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
S_SRCS += \
|
|
../startup/startup_stm32.s
|
|
|
|
OBJS += \
|
|
./startup/startup_stm32.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
startup/%.o: ../startup/%.s
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: MCU GCC Assembler'
|
|
@echo %cd%
|
|
arm-none-eabi-as -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -I"C:/git/UAV-Control-System/revolution_hal_lib" -I"C:/git/UAV-Control-System/UAV-ControlSystem/inc" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/core" -I"C:/git/UAV-Control-System/revolution_hal_lib/CMSIS/device" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc/Legacy" -I"C:/git/UAV-Control-System/revolution_hal_lib/HAL_Driver/Inc" -g -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|