Delete directories that were added to the repository by mistake (those containing binaries) - woops.
parent
e9e8365c8f
commit
0d56e9a4a5
@ -1,12 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/port.o \
|
||||
../Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/portasm.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
@ -1,11 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/portable/MemMang/heap_2.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/FreeRTOS_Source/list.o \
|
||||
../Debug/FreeRTOS_Source/queue.o \
|
||||
../Debug/FreeRTOS_Source/tasks.o \
|
||||
../Debug/FreeRTOS_Source/timers.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
@ -1,20 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/src/testperiph.o \
|
||||
../Debug/src/xemaclite_example_util.o \
|
||||
../Debug/src/xemaclite_intr_example.o \
|
||||
../Debug/src/xemaclite_polled_example.o \
|
||||
../Debug/src/xgpio_intr_tapp_example.o \
|
||||
../Debug/src/xgpio_tapp_example.o \
|
||||
../Debug/src/xintc_tapp_example.o \
|
||||
../Debug/src/xtmrctr_intr_example.o \
|
||||
../Debug/src/xtmrctr_selftest_example.o \
|
||||
../Debug/src/xuartlite_selftest_example.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
@ -1,12 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
O_SRCS += \
|
||||
../Debug/ParTest.o \
|
||||
../Debug/main-blinky.o
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
|
@ -1,72 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include Debug/src/subdir.mk
|
||||
-include Debug/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/portable/MemMang/subdir.mk
|
||||
-include Debug/FreeRTOS_Source/portable/GCC/MicroBlaze/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
ELFSIZE += \
|
||||
RTOSDemoSource.elf.size \
|
||||
|
||||
ELFCHECK += \
|
||||
RTOSDemoSource.elf.elfcheck \
|
||||
|
||||
|
||||
# All Target
|
||||
all: RTOSDemoSource.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
RTOSDemoSource.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
|
||||
@echo Building target: $@
|
||||
@echo Invoking: MicroBlaze gcc linker
|
||||
mb-gcc -Wl,-T -Wl,../src/lscript.ld -L../../RTOSDemoBSP/microblaze_0/lib -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -o"RTOSDemoSource.elf" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo Finished building target: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.size: RTOSDemoSource.elf
|
||||
@echo Invoking: MicroBlaze Print Size
|
||||
mb-size RTOSDemoSource.elf |tee "RTOSDemoSource.elf.size"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.elfcheck: RTOSDemoSource.elf
|
||||
@echo Invoking: Xilinx ELF Check
|
||||
elfcheck RTOSDemoSource.elf -hw ../../HardwareWithEthernetLite/system.xml -pe microblaze_0 |tee "RTOSDemoSource.elf.elfcheck"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES)$(ELFSIZE)$(ELFCHECK)$(S_UPPER_DEPS) RTOSDemoSource.elf
|
||||
-@echo ' '
|
||||
|
||||
secondary-outputs: $(ELFSIZE) $(ELFCHECK)
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
@ -1,8 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
LD_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
OBJS :=
|
||||
C_DEPS :=
|
||||
EXECUTABLES :=
|
||||
ELFSIZE :=
|
||||
ELFCHECK :=
|
||||
S_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
. \
|
||||
Debug/src \
|
||||
Debug \
|
||||
Debug/FreeRTOS_Source \
|
||||
Debug/FreeRTOS_Source/portable/MemMang \
|
||||
Debug/FreeRTOS_Source/portable/GCC/MicroBlaze \
|
||||
|
@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/xemaclite_example_util.c
|
||||
|
||||
LD_SRCS += \
|
||||
../src/lscript.ld
|
||||
|
||||
OBJS += \
|
||||
./src/xemaclite_example_util.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/xemaclite_example_util.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 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps\apps\httpserver_raw" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,24 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../main-blinky.c
|
||||
|
||||
OBJS += \
|
||||
./main-blinky.o
|
||||
|
||||
C_DEPS += \
|
||||
./main-blinky.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
%.o: ../%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps\apps\httpserver_raw" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_Ethernet\RTOSDemoSource\lwIP\lwIP_Apps" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,28 +0,0 @@
|
||||
FreeRTOS_Source/list.d FreeRTOS_Source/list.o: ../FreeRTOS_Source/list.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
@ -1,72 +0,0 @@
|
||||
FreeRTOS_Source/portable/GCC/MicroBlaze/port.d \
|
||||
FreeRTOS_Source/portable/GCC/MicroBlaze/port.o: \
|
||||
../FreeRTOS_Source/portable/GCC/MicroBlaze/port.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_i.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_i.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
@ -1,35 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../FreeRTOS_Source/portable/GCC/MicroBlaze/port.c
|
||||
|
||||
S_SRCS += \
|
||||
../FreeRTOS_Source/portable/GCC/MicroBlaze/portasm.s
|
||||
|
||||
OBJS += \
|
||||
./FreeRTOS_Source/portable/GCC/MicroBlaze/port.o \
|
||||
./FreeRTOS_Source/portable/GCC/MicroBlaze/portasm.o
|
||||
|
||||
C_DEPS += \
|
||||
./FreeRTOS_Source/portable/GCC/MicroBlaze/port.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
FreeRTOS_Source/portable/GCC/MicroBlaze/%.o: ../FreeRTOS_Source/portable/GCC/MicroBlaze/%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\Demo_Source\Common_Demo_Files\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\portable\GCC\MicroBlaze" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
FreeRTOS_Source/portable/GCC/MicroBlaze/%.o: ../FreeRTOS_Source/portable/GCC/MicroBlaze/%.s
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc assembler
|
||||
mb-as -mlittle-endian -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,33 +0,0 @@
|
||||
FreeRTOS_Source/portable/MemMang/heap_2.d \
|
||||
FreeRTOS_Source/portable/MemMang/heap_2.o: \
|
||||
../FreeRTOS_Source/portable/MemMang/heap_2.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
@ -1,24 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../FreeRTOS_Source/portable/MemMang/heap_2.c
|
||||
|
||||
OBJS += \
|
||||
./FreeRTOS_Source/portable/MemMang/heap_2.o
|
||||
|
||||
C_DEPS += \
|
||||
./FreeRTOS_Source/portable/MemMang/heap_2.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
FreeRTOS_Source/portable/MemMang/%.o: ../FreeRTOS_Source/portable/MemMang/%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\Demo_Source\Common_Demo_Files\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\portable\GCC\MicroBlaze" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,35 +0,0 @@
|
||||
FreeRTOS_Source/queue.d FreeRTOS_Source/queue.o: \
|
||||
../FreeRTOS_Source/queue.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/croutine.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/croutine.h:
|
@ -1,33 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../FreeRTOS_Source/list.c \
|
||||
../FreeRTOS_Source/queue.c \
|
||||
../FreeRTOS_Source/tasks.c \
|
||||
../FreeRTOS_Source/timers.c
|
||||
|
||||
OBJS += \
|
||||
./FreeRTOS_Source/list.o \
|
||||
./FreeRTOS_Source/queue.o \
|
||||
./FreeRTOS_Source/tasks.o \
|
||||
./FreeRTOS_Source/timers.o
|
||||
|
||||
C_DEPS += \
|
||||
./FreeRTOS_Source/list.d \
|
||||
./FreeRTOS_Source/queue.d \
|
||||
./FreeRTOS_Source/tasks.d \
|
||||
./FreeRTOS_Source/timers.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
FreeRTOS_Source/%.o: ../FreeRTOS_Source/%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\Demo_Source\Common_Demo_Files\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\portable\GCC\MicroBlaze" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,38 +0,0 @@
|
||||
FreeRTOS_Source/tasks.d FreeRTOS_Source/tasks.o: \
|
||||
../FreeRTOS_Source/tasks.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/StackMacros.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/StackMacros.h:
|
@ -1,38 +0,0 @@
|
||||
FreeRTOS_Source/timers.d FreeRTOS_Source/timers.o: \
|
||||
../FreeRTOS_Source/timers.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/queue.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/queue.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h:
|
@ -1,49 +0,0 @@
|
||||
ParTest.d ParTest.o: ../ParTest.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/Common_Demo_Files/include/partest.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/Demo_Source/Common_Demo_Files/include/partest.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
Binary file not shown.
@ -1,9 +0,0 @@
|
||||
elfcheck
|
||||
Xilinx EDK 13.1 Build EDK_O.40d
|
||||
Copyright (c) 1995-2010 Xilinx, Inc. All rights reserved.
|
||||
|
||||
Command Line: elfcheck -hw ../../HardwareWithEthernetLite/system.xml -pe
|
||||
microblaze_0 RTOSDemoSource.elf
|
||||
|
||||
ELF file : RTOSDemoSource.elf
|
||||
elfcheck passed.
|
@ -1,2 +0,0 @@
|
||||
text data bss dec hex filename
|
||||
65386 600 16198 82184 14108 RTOSDemoSource.elf
|
@ -1,79 +0,0 @@
|
||||
main-blinky.d main-blinky.o: ../main-blinky.c \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/queue.h \
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/microblaze_exceptions_g.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/FreeRTOS.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/projdefs.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOSConfig.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/portable.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/portable/GCC/MicroBlaze/portmacro.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/mpu_wrappers.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/task.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/list.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/queue.h:
|
||||
|
||||
C:/E/Dev/FreeRTOS/WorkingCopy/Demo/MicroBlaze_Spartan-6_EthernetLite/SDKProjects/RTOSDemoSource/FreeRTOS_Source/include/timers.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/microblaze_exceptions_g.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h:
|
@ -1,70 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include subdir.mk
|
||||
-include src/subdir.mk
|
||||
-include FreeRTOS_Source/subdir.mk
|
||||
-include FreeRTOS_Source/portable/MemMang/subdir.mk
|
||||
-include FreeRTOS_Source/portable/GCC/MicroBlaze/subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
ELFSIZE += \
|
||||
RTOSDemoSource.elf.size \
|
||||
|
||||
ELFCHECK += \
|
||||
RTOSDemoSource.elf.elfcheck \
|
||||
|
||||
|
||||
# All Target
|
||||
all: RTOSDemoSource.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
RTOSDemoSource.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
|
||||
@echo Building target: $@
|
||||
@echo Invoking: MicroBlaze gcc linker
|
||||
mb-gcc -Wl,-T -Wl,../src/lscript.ld -L../../RTOSDemoBSP/microblaze_0/lib -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -o"RTOSDemoSource.elf" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo Finished building target: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.size: RTOSDemoSource.elf
|
||||
@echo Invoking: MicroBlaze Print Size
|
||||
mb-size RTOSDemoSource.elf |tee "RTOSDemoSource.elf.size"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
RTOSDemoSource.elf.elfcheck: RTOSDemoSource.elf
|
||||
@echo Invoking: Xilinx ELF Check
|
||||
elfcheck RTOSDemoSource.elf -hw ../../HardwareWithEthernetLite/system.xml -pe microblaze_0 |tee "RTOSDemoSource.elf.elfcheck"
|
||||
@echo Finished building: $@
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES)$(ELFSIZE)$(ELFCHECK)$(S_UPPER_DEPS) RTOSDemoSource.elf
|
||||
-@echo ' '
|
||||
|
||||
secondary-outputs: $(ELFSIZE) $(ELFCHECK)
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY:
|
||||
|
||||
-include ../makefile.targets
|
@ -1,8 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
@ -1,25 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
O_SRCS :=
|
||||
C_SRCS :=
|
||||
LD_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
S_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
OBJS :=
|
||||
C_DEPS :=
|
||||
EXECUTABLES :=
|
||||
ELFSIZE :=
|
||||
ELFCHECK :=
|
||||
S_UPPER_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
. \
|
||||
FreeRTOS_Source \
|
||||
FreeRTOS_Source/portable/MemMang \
|
||||
FreeRTOS_Source/portable/GCC/MicroBlaze \
|
||||
|
@ -1,54 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../src/testperiph.c \
|
||||
../src/xemaclite_example_util.c \
|
||||
../src/xemaclite_intr_example.c \
|
||||
../src/xemaclite_polled_example.c \
|
||||
../src/xgpio_intr_tapp_example.c \
|
||||
../src/xgpio_tapp_example.c \
|
||||
../src/xintc_tapp_example.c \
|
||||
../src/xtmrctr_intr_example.c \
|
||||
../src/xtmrctr_selftest_example.c \
|
||||
../src/xuartlite_selftest_example.c
|
||||
|
||||
LD_SRCS += \
|
||||
../src/lscript.ld
|
||||
|
||||
OBJS += \
|
||||
./src/testperiph.o \
|
||||
./src/xemaclite_example_util.o \
|
||||
./src/xemaclite_intr_example.o \
|
||||
./src/xemaclite_polled_example.o \
|
||||
./src/xgpio_intr_tapp_example.o \
|
||||
./src/xgpio_tapp_example.o \
|
||||
./src/xintc_tapp_example.o \
|
||||
./src/xtmrctr_intr_example.o \
|
||||
./src/xtmrctr_selftest_example.o \
|
||||
./src/xuartlite_selftest_example.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/testperiph.d \
|
||||
./src/xemaclite_example_util.d \
|
||||
./src/xemaclite_intr_example.d \
|
||||
./src/xemaclite_polled_example.d \
|
||||
./src/xgpio_intr_tapp_example.d \
|
||||
./src/xgpio_tapp_example.d \
|
||||
./src/xintc_tapp_example.d \
|
||||
./src/xtmrctr_intr_example.d \
|
||||
./src/xtmrctr_selftest_example.d \
|
||||
./src/xuartlite_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 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\Demo_Source\Common_Demo_Files\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\portable\GCC\MicroBlaze" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
@ -1,92 +0,0 @@
|
||||
src/testperiph.d src/testperiph.o: ../src/testperiph.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h ../src/intc_header.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h ../src/gpio_header.h \
|
||||
../src/gpio_intr_header.h ../src/uartlite_header.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h \
|
||||
../src/tmrctr_header.h ../src/tmrctr_intr_header.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h \
|
||||
../src/xemaclite_example.h ../src/emaclite_header.h \
|
||||
../src/emaclite_intr_header.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../src/intc_header.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h:
|
||||
|
||||
../src/gpio_header.h:
|
||||
|
||||
../src/gpio_intr_header.h:
|
||||
|
||||
../src/uartlite_header.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h:
|
||||
|
||||
../src/tmrctr_header.h:
|
||||
|
||||
../src/tmrctr_intr_header.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h:
|
||||
|
||||
../src/xemaclite_example.h:
|
||||
|
||||
../src/emaclite_header.h:
|
||||
|
||||
../src/emaclite_intr_header.h:
|
@ -1,40 +0,0 @@
|
||||
src/xemaclite_example_util.d src/xemaclite_example_util.o: \
|
||||
../src/xemaclite_example_util.c ../src/xemaclite_example.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h
|
||||
|
||||
../src/xemaclite_example.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
@ -1,52 +0,0 @@
|
||||
src/xemaclite_intr_example.d src/xemaclite_intr_example.o: \
|
||||
../src/xemaclite_intr_example.c ../src/xemaclite_example.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h
|
||||
|
||||
../src/xemaclite_example.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
@ -1,40 +0,0 @@
|
||||
src/xemaclite_polled_example.d src/xemaclite_polled_example.o: \
|
||||
../src/xemaclite_polled_example.c ../src/xemaclite_example.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h
|
||||
|
||||
../src/xemaclite_example.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xenv_standalone.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/mb_interface.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xemaclite_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
@ -1,38 +0,0 @@
|
||||
src/xgpio_intr_tapp_example.d src/xgpio_intr_tapp_example.o: \
|
||||
../src/xgpio_intr_tapp_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
@ -1,29 +0,0 @@
|
||||
src/xgpio_tapp_example.d src/xgpio_tapp_example.o: \
|
||||
../src/xgpio_tapp_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xgpio_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
@ -1,35 +0,0 @@
|
||||
src/xintc_tapp_example.d src/xintc_tapp_example.o: \
|
||||
../src/xintc_tapp_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
@ -1,38 +0,0 @@
|
||||
src/xtmrctr_intr_example.d src/xtmrctr_intr_example.o: \
|
||||
../src/xtmrctr_intr_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xintc_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_exception.h:
|
@ -1,26 +0,0 @@
|
||||
src/xtmrctr_selftest_example.d src/xtmrctr_selftest_example.o: \
|
||||
../src/xtmrctr_selftest_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xtmrctr_l.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_io.h:
|
@ -1,20 +0,0 @@
|
||||
src/xuartlite_selftest_example.d src/xuartlite_selftest_example.o: \
|
||||
../src/xuartlite_selftest_example.c \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xuartlite.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h \
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xparameters.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xuartlite.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_types.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xil_assert.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xstatus.h:
|
||||
|
||||
../../RTOSDemoBSP/microblaze_0/include/xbasic_types.h:
|
@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../ParTest.c \
|
||||
../main-blinky.c
|
||||
|
||||
OBJS += \
|
||||
./ParTest.o \
|
||||
./main-blinky.o
|
||||
|
||||
C_DEPS += \
|
||||
./ParTest.d \
|
||||
./main-blinky.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
%.o: ../%.c
|
||||
@echo Building file: $<
|
||||
@echo Invoking: MicroBlaze gcc compiler
|
||||
mb-gcc -Wall -O0 -g3 -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\Demo_Source\Common_Demo_Files\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\include" -I"C:\E\Dev\FreeRTOS\WorkingCopy\Demo\MicroBlaze_Spartan-6_EthernetLite\SDKProjects\RTOSDemoSource\FreeRTOS_Source\portable\GCC\MicroBlaze" -c -fmessage-length=0 -I../../RTOSDemoBSP/microblaze_0/include -mlittle-endian -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.10.a -mno-xl-soft-mul -mhard-float -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
|
||||
@echo Finished building: $<
|
||||
@echo ' '
|
||||
|
||||
|
Loading…
Reference in New Issue