summaryrefslogtreecommitdiff
path: root/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk')
-rw-r--r--contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk27
1 files changed, 27 insertions, 0 deletions
diff --git a/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk b/contrib/FreeRTOS_Library/Debug/demo_code/subdir.mk
new file mode 100644
index 0000000..e23f2c7
--- /dev/null
+++ b/contrib/FreeRTOS_Library/Debug/demo_code/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 += \
+../demo_code/basic_io.c \
+../demo_code/consoleprint.c
+
+OBJS += \
+./demo_code/basic_io.o \
+./demo_code/consoleprint.o
+
+C_DEPS += \
+./demo_code/basic_io.d \
+./demo_code/consoleprint.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+demo_code/%.o: ../demo_code/%.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 ' '
+
+