rework structure
This commit is contained in:
24
hifive1-vp/hello/bsp/Debug/env/freedom-e300-arty/subdir.mk
vendored
Normal file
24
hifive1-vp/hello/bsp/Debug/env/freedom-e300-arty/subdir.mk
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../env/freedom-e300-arty/init.c
|
||||
|
||||
OBJS += \
|
||||
./env/freedom-e300-arty/init.o
|
||||
|
||||
C_DEPS += \
|
||||
./env/freedom-e300-arty/init.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
env/freedom-e300-arty/%.o: ../env/freedom-e300-arty/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: Cross GCC Compiler'
|
||||
riscv32-unknown-elf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
27
hifive1-vp/hello/bsp/Debug/env/freedom-e300-hifive1/subdir.mk
vendored
Normal file
27
hifive1-vp/hello/bsp/Debug/env/freedom-e300-hifive1/subdir.mk
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../env/freedom-e300-hifive1/init.c
|
||||
|
||||
O_SRCS += \
|
||||
../env/freedom-e300-hifive1/init.o
|
||||
|
||||
OBJS += \
|
||||
./env/freedom-e300-hifive1/init.o
|
||||
|
||||
C_DEPS += \
|
||||
./env/freedom-e300-hifive1/init.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
env/freedom-e300-hifive1/%.o: ../env/freedom-e300-hifive1/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: Cross GCC Compiler'
|
||||
riscv32-unknown-elf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
27
hifive1-vp/hello/bsp/Debug/env/iss/subdir.mk
vendored
Normal file
27
hifive1-vp/hello/bsp/Debug/env/iss/subdir.mk
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../env/iss/init.c
|
||||
|
||||
O_SRCS += \
|
||||
../env/iss/init.o
|
||||
|
||||
OBJS += \
|
||||
./env/iss/init.o
|
||||
|
||||
C_DEPS += \
|
||||
./env/iss/init.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
env/iss/%.o: ../env/iss/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: Cross GCC Compiler'
|
||||
riscv32-unknown-elf-gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
27
hifive1-vp/hello/bsp/Debug/env/subdir.mk
vendored
Normal file
27
hifive1-vp/hello/bsp/Debug/env/subdir.mk
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../env/entry.o \
|
||||
../env/start.o
|
||||
|
||||
S_UPPER_SRCS += \
|
||||
../env/entry.S \
|
||||
../env/start.S
|
||||
|
||||
OBJS += \
|
||||
./env/entry.o \
|
||||
./env/start.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
env/%.o: ../env/%.S
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: Cross GCC Assembler'
|
||||
riscv32-unknown-elf-as -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
Reference in New Issue
Block a user