summaryrefslogtreecommitdiff
path: root/contrib/CMSISv1p30_LPC13xx/Release/src/subdir.mk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/CMSISv1p30_LPC13xx/Release/src/subdir.mk')
-rw-r--r--contrib/CMSISv1p30_LPC13xx/Release/src/subdir.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/contrib/CMSISv1p30_LPC13xx/Release/src/subdir.mk b/contrib/CMSISv1p30_LPC13xx/Release/src/subdir.mk
deleted file mode 100644
index dafc82d..0000000
--- a/contrib/CMSISv1p30_LPC13xx/Release/src/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 += \
-../src/core_cm3.c \
-../src/system_LPC13xx.c
-
-OBJS += \
-./src/core_cm3.o \
-./src/system_LPC13xx.o
-
-C_DEPS += \
-./src/core_cm3.d \
-./src/system_LPC13xx.d
-
-
-# Each subdirectory must supply rules for building sources it contributes
-src/%.o: ../src/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: MCU C Compiler'
- arm-none-eabi-gcc -DNDEBUG -D__CODE_RED -D__REDLIB__ -I"D:\Data\FH\8.Semester\MurSat\MurSat_FreeRTOS_Workspace_2\CMSISv1p30_LPC13xx\inc" -O2 -Os -g3 -Wall -c -fmessage-length=0 -fno-builtin -ffunction-sections -mcpu=cortex-m3 -mthumb -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
-
-