URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [disk/] [tools/] [fs-EOS32/] [Makefile.run] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for writing the EOS32 partition image to disk
#
BUILD = ../..
all:
$(BUILD)/bin/wrpart ../disk.img 0 pbr.bin
clean:
rm -f *~
Go to most recent revision | Compare with Previous | Blame | View Log