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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-EOS32/] [mkboot/] [stage2/] [Makefile] - Rev 211

Compare with Previous | Blame | View Log

#
# Makefile to build the bootstrap (boot loader)
#

BUILD = ../../../../../build

all:            boot.bin

boot.bin:       c0.o boot.o biolib.o c1.o
                $(BUILD)/bin/ld -h -rc 0xC0300000 -o boot.bin \
                  c0.o boot.o biolib.o c1.o

c0.o:           c0.s
                $(BUILD)/bin/as -o c0.o c0.s

boot.o:         boot.c
                $(BUILD)/bin/lcc -A -c -o boot.o boot.c

biolib.o:       biolib.s
                $(BUILD)/bin/as -o biolib.o biolib.s

c1.o:           c1.s
                $(BUILD)/bin/as -o c1.o c1.s

clean:
                rm -f *~ c0.o boot.o biolib.o c1.o boot.bin

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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