Edited git ignore. Target can now build without any errors'!'

This commit is contained in:
2015-04-30 11:59:37 +02:00
parent af5141fade
commit 4d68a607bc
27 changed files with 1049 additions and 13 deletions

21
Default/boot/subdir.mk Normal file
View File

@@ -0,0 +1,21 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
S_UPPER_SRCS += \
../boot/startup_stm32f4xx.S
OBJS += \
./boot/startup_stm32f4xx.o
# Each subdirectory must supply rules for building sources it contributes
boot/%.o: ../boot/%.S
@echo 'Building file: $<'
@echo 'Invoking: Cross GCC Assembler'
arm-none-eabi-as -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '