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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-NetBSD/] [mkpboot/] [Makefile] - Rev 267

Compare with Previous | Blame | View Log

#
# Makefile to build the partition boot record
#

BUILD = ../../../../build

.PHONY:         all install clean

all:            pbr.bin

install:        pbr.bin
                mkdir -p $(BUILD)/run/fs-NetBSD
                cp pbr.bin $(BUILD)/run/fs-NetBSD

pbr.bin:        pbr.o
                $(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o

pbr.o:          pbr.s
                $(BUILD)/bin/as -o pbr.o pbr.s

clean:
                rm -f *~ pbr.o pbr.bin

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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