################################################################################ # 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/testperiph.c \ ../src/xaxiethernet_example_intr_fifo.c \ ../src/xaxiethernet_example_polled.c \ ../src/xaxiethernet_example_util.c \ ../src/xgpio_tapp_example.c \ ../src/xintc_tapp_example.c \ ../src/xtmrctr_intr_example.c \ ../src/xtmrctr_selftest_example.c OBJS += \ ./src/testperiph.o \ ./src/xaxiethernet_example_intr_fifo.o \ ./src/xaxiethernet_example_polled.o \ ./src/xaxiethernet_example_util.o \ ./src/xgpio_tapp_example.o \ ./src/xintc_tapp_example.o \ ./src/xtmrctr_intr_example.o \ ./src/xtmrctr_selftest_example.o C_DEPS += \ ./src/testperiph.d \ ./src/xaxiethernet_example_intr_fifo.d \ ./src/xaxiethernet_example_polled.d \ ./src/xaxiethernet_example_util.d \ ./src/xgpio_tapp_example.d \ ./src/xintc_tapp_example.d \ ./src/xtmrctr_intr_example.d \ ./src/xtmrctr_selftest_example.d # Each subdirectory must supply rules for building sources it contributes src/%.o: ../src/%.c @echo 'Building file: $<' @echo 'Invoking: MicroBlaze gcc compiler' mb-gcc -Wall -O0 -g3 -c -fmessage-length=0 -MT"$@" -I../../toplevel_bsp1/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mno-xl-soft-div -mcpu=v9.4 -mno-xl-soft-mul -mhard-float -Wl,--no-relax -ffunction-sections -fdata-sections -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<" @echo 'Finished building: $<' @echo ' '