You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
960 B
Makefile

################################################################################
# MRS Version: 1.9.1
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Debug/debug.c
OBJS += \
./Debug/debug.o
C_DEPS += \
./Debug/debug.d
# Each subdirectory must supply rules for building sources it contributes
Debug/%.o: ../Debug/%.c
@ @ riscv-none-embed-gcc -march=rv32ecxw -mabi=ilp32e -msmall-data-limit=0 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"D:\NCloud\Projects\PELT_1005_WCH_FW\Debug" -I"D:\NCloud\Projects\PELT_1005_WCH_FW\Core" -I"D:\NCloud\Projects\PELT_1005_WCH_FW\User" -I"D:\NCloud\Projects\PELT_1005_WCH_FW\Peripheral\inc" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @