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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [mkmboot/] [stage1/] [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 master boot record
3
#
4
 
5
BUILD = ../../../../build
6
 
7
all:            mbr.bin
8
 
9
mbr.bin:        mbr.o
10
                $(BUILD)/bin/ld -h -rc 0xC0000000 -o mbr.bin mbr.o
11
 
12
mbr.o:          mbr.s
13
                $(BUILD)/bin/as -o mbr.o mbr.s
14
 
15
clean:
16
                rm -f *~ mbr.o mbr.bin

powered by: WebSVN 2.1.0

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