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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-EOS32/] [mkpboot/] [Makefile] - Diff between revs 265 and 267

Show entire file | Details | Blame | View Log

Rev 265 Rev 267
Line 2... Line 2...
# Makefile to build the partition boot record
# Makefile to build the partition boot record
#
#
 
 
BUILD = ../../../../build
BUILD = ../../../../build
 
 
 
.PHONY:         all install clean
 
 
all:            pbr.bin
all:            pbr.bin
 
 
 
install:        pbr.bin
 
                mkdir -p $(BUILD)/run/fs-EOS32
 
                cp pbr.bin $(BUILD)/run/fs-EOS32
 
 
pbr.bin:        pbr.o
pbr.bin:        pbr.o
                $(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o
                $(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o
 
 
pbr.o:          pbr.s
pbr.o:          pbr.s
                $(BUILD)/bin/as -o pbr.o pbr.s
                $(BUILD)/bin/as -o pbr.o pbr.s

powered by: WebSVN 2.1.0

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