summaryrefslogtreecommitdiff
path: root/contrib/FreeRTOS_Library/Debug/portable/subdir.mk
diff options
context:
space:
mode:
authorRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2011-09-27 20:44:01 +0000
committerRoland Sahlsten <Roland.Sahlsten.ASE10@fh-joanneum.at>2011-09-27 20:44:01 +0000
commit846741cdd465d3fa7efdb97d5d0a74f46a7cb053 (patch)
tree47a928308610ce6f42ff092604c5e62d0f5d817e /contrib/FreeRTOS_Library/Debug/portable/subdir.mk
parentadded contrib dir (diff)
added FreeRTOS and CMSIS
git-svn-id: https://svn.spreadspace.org/mur.sat@175 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'contrib/FreeRTOS_Library/Debug/portable/subdir.mk')
-rw-r--r--contrib/FreeRTOS_Library/Debug/portable/subdir.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/FreeRTOS_Library/Debug/portable/subdir.mk b/contrib/FreeRTOS_Library/Debug/portable/subdir.mk
new file mode 100644
index 0000000..fe7882b
--- /dev/null
+++ b/contrib/FreeRTOS_Library/Debug/portable/subdir.mk
@@ -0,0 +1,27 @@
+################################################################################
+# 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 ' '
+
+