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.

28 lines
1.1 KiB
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 += \
../User/ch32v00x_it.c \
../User/main.c \
../User/system_ch32v00x.c
OBJS += \
./User/ch32v00x_it.o \
./User/main.o \
./User/system_ch32v00x.o
C_DEPS += \
./User/ch32v00x_it.d \
./User/main.d \
./User/system_ch32v00x.d
# Each subdirectory must supply rules for building sources it contributes
User/%.o: ../User/%.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 "$@" "$<"
@ @