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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [mkmboot/] [stage2/] [Makefile] - Diff between revs 17 and 86

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

Rev 17 Rev 86
Line 5... Line 5...
BUILD = ../../../../build
BUILD = ../../../../build
 
 
all:            mboot.bin
all:            mboot.bin
 
 
mboot.bin:      c0.o mboot.o biolib.o c1.o
mboot.bin:      c0.o mboot.o biolib.o c1.o
                $(BUILD)/bin/ld -h -rc 0xC0001000 -o mboot.bin \
                $(BUILD)/bin/ld -h -rc 0xC0011000 -o mboot.bin \
                  c0.o mboot.o biolib.o c1.o
                  c0.o mboot.o biolib.o c1.o
 
 
c0.o:           c0.s
c0.o:           c0.s
                $(BUILD)/bin/as -o c0.o c0.s
                $(BUILD)/bin/as -o c0.o c0.s
 
 

powered by: WebSVN 2.1.0

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