OpenCores
URL https://opencores.org/ocsvn/amber/amber/trunk

Subversion Repositories amber

[/] [amber/] [trunk/] [sw/] [boot-loader-ethmac/] [Makefile] - Diff between revs 61 and 78

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 61 Rev 78
Line 39... Line 39...
#                                                               //
#                                                               //
# ----------------------------------------------------------------
# ----------------------------------------------------------------
# Assembly source files
# Assembly source files
 
 
SRC = boot-loader-ethmac.c line-buffer.c timer.c print.c elfsplitter.c utilities.c \
SRC = boot-loader-ethmac.c line-buffer.c timer.c print.c elfsplitter.c utilities.c \
      ethmac.c packet.c tcp.c udp.c telnet.c start.S ../mini-libc/memcpy.c
      serial.c ethmac.c packet.c tcp.c udp.c telnet.c start.S ../mini-libc/memcpy.c
DEP = address_map.h  boot-loader-ethmac.h  line-buffer.h  timer.h  utilities.h \
DEP = address_map.h  boot-loader-ethmac.h  line-buffer.h  timer.h  utilities.h \
      ethmac.h tcp.h udp.h telnet.h packet.h elfsplitter.h
      serial.h ethmac.h tcp.h udp.h telnet.h packet.h elfsplitter.h
TGT = boot-loader-ethmac.elf
TGT = boot-loader-ethmac.elf
LDS = sections.lds
LDS = sections.lds
 
 
 
 
# Needs to fit into the boot memory on the FPGA - 8kBytes
# Needs to fit into the boot memory on the FPGA - 8kBytes

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.