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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-NetBSD/] [mkpboot/] [Makefile] - Blame information for rev 267

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 267 hellwig
.PHONY:         all install clean
8
 
9 265 hellwig
all:            pbr.bin
10
 
11 267 hellwig
install:        pbr.bin
12
                mkdir -p $(BUILD)/run/fs-NetBSD
13
                cp pbr.bin $(BUILD)/run/fs-NetBSD
14
 
15 265 hellwig
pbr.bin:        pbr.o
16
                $(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o
17
 
18
pbr.o:          pbr.s
19
                $(BUILD)/bin/as -o pbr.o pbr.s
20
 
21
clean:
22
                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.