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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-Linux/] [mkpboot/] [Makefile] - Blame information for rev 265

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

Line No. Rev Author Line
1 265 hellwig
#
2
# Makefile to build the partition boot record
3
#
4
 
5
BUILD = ../../../../build
6
 
7
all:            pbr.bin
8
 
9
pbr.bin:        pbr.o
10
                $(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o
11
 
12
pbr.o:          pbr.s
13
                $(BUILD)/bin/as -o pbr.o pbr.s
14
 
15
clean:
16
                rm -f *~ pbr.o pbr.bin

powered by: WebSVN 2.1.0

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