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

View File

@@ -0,0 +1,11 @@
FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d: \
../FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c \
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h \
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h \
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver/shimatta_sdio-driver.h:
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/diskio.h:
/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/integer.h:

View File

@@ -0,0 +1,24 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../FATFS/shimatta_sdio_driver/shimatta_sdio-driver.c
OBJS += \
./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.o
C_DEPS += \
./FATFS/shimatta_sdio_driver/shimatta_sdio-driver.d
# Each subdirectory must supply rules for building sources it contributes
FATFS/shimatta_sdio_driver/%.o: ../FATFS/shimatta_sdio_driver/%.c
@echo 'Building file: $<'
@echo 'Invoking: Cross GCC Compiler'
arm-none-eabi-gcc -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/shimatta_sdio_driver" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS/option" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/FATFS" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/cmsis_boot" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/mathlib" -I"/home/mari/projects/arm/workspace/SDCardTemplate_stm32f407vgt6/UART" -O0 -g3 -Wall -c -fmessage-length=0 -mlittle-endian -mthumb -mcpu=cortex-m4 -mthumb-interwork -mfloat-abi=hard -mfpu=fpv4-sp-d16 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '