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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [stdalone/] [mkpart/] [mkmboot/] [stage2/] [Makefile] - Blame information for rev 18

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

Line No. Rev Author Line
1 18 hellwig
#
2
# Makefile to build the boot manager
3
#
4
 
5
BUILD = ../../../../build
6
 
7
all:            boot.bin
8
 
9
boot.bin:       c0.o boot.o iolib.o c1.o
10
                $(BUILD)/bin/ld -h -rc 0xC00F0000 -o boot.bin \
11
                  c0.o boot.o iolib.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
iolib.o:        iolib.s
20
                $(BUILD)/bin/as -o iolib.o iolib.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 iolib.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.