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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-EOS32/] [mkboot/] [stage2/] [Makefile] - Blame information for rev 17

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 hellwig
#
2
# Makefile to build the bootstrap (boot loader)
3
#
4
 
5
BUILD = ../../../../../build
6
 
7
all:            boot.bin
8
 
9
boot.bin:       c0.o boot.o biolib.o c1.o
10
                $(BUILD)/bin/ld -h -rc 0xC0300000 -o boot.bin \
11
                  c0.o boot.o biolib.o c1.o
12
 
13
c0.o:           c0.s
14
                $(BUILD)/bin/as -o c0.o c0.s
15
 
16
boot.o:         boot.c
17
                $(BUILD)/bin/lcc -A -c -o boot.o boot.c
18
 
19
biolib.o:       biolib.s
20
                $(BUILD)/bin/as -o biolib.o biolib.s
21
 
22
c1.o:           c1.s
23
                $(BUILD)/bin/as -o c1.o c1.s
24
 
25
clean:
26
                rm -f *~ c0.o boot.o biolib.o c1.o boot.bin

powered by: WebSVN 2.1.0

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