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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [disk/] [tools/] [fs-EOS32/] [mkboot/] [Makefile] - Rev 21

Compare with Previous | Blame | View Log

#
# Makefile to build the boot block
#

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

.PHONY:         all install clean

all:            bootblk

install:        bootblk
                mkdir -p $(BUILD)/run/fs-EOS32
                cp bootblk $(BUILD)/run/fs-EOS32

bootblk:        stage1/br.bin stage2/boot.bin
                cat stage1/br.bin stage2/boot.bin >bootblk

stage1/br.bin:
                $(MAKE) -C stage1

stage2/boot.bin:
                $(MAKE) -C stage2

clean:
                $(MAKE) -C stage1 clean
                $(MAKE) -C stage2 clean
                rm -f *~ bootblk

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.