Add Zynq project files
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
LD_SRCS += \
|
||||
../src/lscript.ld
|
||||
|
||||
C_SRCS += \
|
||||
../src/fsbl_hooks.c \
|
||||
../src/image_mover.c \
|
||||
../src/main.c \
|
||||
../src/md5.c \
|
||||
../src/nand.c \
|
||||
../src/nor.c \
|
||||
../src/pcap.c \
|
||||
E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.c \
|
||||
../src/qspi.c \
|
||||
../src/rsa.c \
|
||||
../src/sd.c
|
||||
|
||||
S_UPPER_SRCS += \
|
||||
../src/fsbl_handoff.S
|
||||
|
||||
OBJS += \
|
||||
./src/fsbl_handoff.o \
|
||||
./src/fsbl_hooks.o \
|
||||
./src/image_mover.o \
|
||||
./src/main.o \
|
||||
./src/md5.o \
|
||||
./src/nand.o \
|
||||
./src/nor.o \
|
||||
./src/pcap.o \
|
||||
./src/ps7_init.o \
|
||||
./src/qspi.o \
|
||||
./src/rsa.o \
|
||||
./src/sd.o
|
||||
|
||||
S_UPPER_DEPS += \
|
||||
./src/fsbl_handoff.d
|
||||
|
||||
C_DEPS += \
|
||||
./src/fsbl_hooks.d \
|
||||
./src/image_mover.d \
|
||||
./src/main.d \
|
||||
./src/md5.d \
|
||||
./src/nand.d \
|
||||
./src/nor.d \
|
||||
./src/pcap.d \
|
||||
./src/ps7_init.d \
|
||||
./src/qspi.d \
|
||||
./src/rsa.d \
|
||||
./src/sd.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.S
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM v7 gcc compiler'
|
||||
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
src/%.o: ../src/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM v7 gcc compiler'
|
||||
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
src/ps7_init.o: E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM v7 gcc compiler'
|
||||
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user