From 5f7efca593e5afcddc4cb9e0463fe5e03cadaa3c Mon Sep 17 00:00:00 2001 From: Roland Sahlsten Date: Tue, 27 Sep 2011 21:31:59 +0000 Subject: update project configuration git-svn-id: https://svn.spreadspace.org/mur.sat@177 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- contrib/FreeRTOS_Library/Debug/portable/subdir.mk | 27 ----------------------- 1 file changed, 27 deletions(-) delete mode 100644 contrib/FreeRTOS_Library/Debug/portable/subdir.mk (limited to 'contrib/FreeRTOS_Library/Debug/portable/subdir.mk') diff --git a/contrib/FreeRTOS_Library/Debug/portable/subdir.mk b/contrib/FreeRTOS_Library/Debug/portable/subdir.mk deleted file mode 100644 index fe7882b..0000000 --- a/contrib/FreeRTOS_Library/Debug/portable/subdir.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################################################ -# Automatically-generated file. Do not edit! -################################################################################ - -# Add inputs and outputs from these tool invocations to the build variables -C_SRCS += \ -../portable/heap_2.c \ -../portable/port.c - -OBJS += \ -./portable/heap_2.o \ -./portable/port.o - -C_DEPS += \ -./portable/heap_2.d \ -./portable/port.d - - -# Each subdirectory must supply rules for building sources it contributes -portable/%.o: ../portable/%.c - @echo 'Building file: $<' - @echo 'Invoking: MCU C Compiler' - arm-none-eabi-gcc -D__REDLIB__ -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\include" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\FreeRTOS_Library\portable" -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\SimpleDemo" -O1 -g3 -Wall -c -fmessage-length=0 -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" - @echo 'Finished building: $<' - @echo ' ' - - -- cgit v1.2.3