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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.24/] [disk/] [tools/] [fs-Linux/] [mkboot/] [Makefile] - Rev 211

Compare with Previous | Blame | View Log

#
# Makefile to build the boot record
#

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

.PHONY:         all install clean

all:            br.bin

install:        br.bin
                mkdir -p $(BUILD)/run/fs-Linux
                cp br.bin $(BUILD)/run/fs-Linux

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

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

clean:
                rm -f *~ br.o br.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.