URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
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-Linux
|
|
cp pbr.bin $(BUILD)/run/fs-Linux
|
|
|
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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.