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

21 lines
891 B

################################################################################
# MRS Version: 1.9.1
# 自动生成的文件。不要编辑!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../utilities/Gpio.c
OBJS += \
./utilities/Gpio.o
C_DEPS += \
./utilities/Gpio.d
# Each subdirectory must supply rules for building sources it contributes
utilities/%.o: ../utilities/%.c
@ @ riscv-none-embed-gcc -march=rv32imac -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -DDEBUG=1 -I"C:\MRS_DATA\workspace\sx1280\StdPeriphDriver\inc" -I"C:\MRS_DATA\workspace\sx1280\RVMSIS" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @