mppt/obj/User/subdir.mk

28 lines
1.2 KiB
Makefile
Raw Permalink Normal View History

2024-07-11 06:58:55 +00:00
################################################################################
# MRS Version: 1.9.0
# <20>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ɵ<EFBFBD><C9B5>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><EFBFBD><E0BCAD>
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../User/ch32l103_it.c \
../User/main.c \
../User/system_ch32l103.c
OBJS += \
./User/ch32l103_it.o \
./User/main.o \
./User/system_ch32l103.o
C_DEPS += \
./User/ch32l103_it.d \
./User/main.d \
./User/system_ch32l103.d
# Each subdirectory must supply rules for building sources it contributes
User/%.o: ../User/%.c
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"D:\psx\MPPT\git\Debug" -I"D:\psx\MPPT\git\Core" -I"D:\psx\MPPT\git\User" -I"D:\psx\MPPT\git\Peripheral\inc" -I"D:\psx\MPPT\git\App\inc" -I"D:\psx\MPPT\git\Hardware\inc" -I"D:\psx\MPPT\git\Drivers\RingQueue" -I"D:\psx\MPPT\git\Drivers\TimeSliceOffset" -I"D:\psx\MPPT\git\Drivers\RingQueue2" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
2024-07-11 06:58:55 +00:00
@ @