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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [fpga/] [mc/] [boards/] [xsa-xst-3/] [Makefile] - Blame information for rev 290

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 217 hellwig
#
2
# Makefile for ECO32 on XESS XSA-XST-3 board
3
#
4
 
5 289 hellwig
BUILD = ../../../../build
6 217 hellwig
 
7
.PHONY:         all install clean
8
 
9
all:            build/eco32.bit
10
 
11
install:        build/eco32.bit
12
                $(BUILD)/bin/bit2exo 0x180000 \
13
                  build/eco32.bit build/eco32.exo
14
                mkdir -p $(BUILD)/eco32/xsa-xst-3
15
                cp build/eco32.bit $(BUILD)/eco32/xsa-xst-3
16
                cp build/eco32.exo $(BUILD)/eco32/xsa-xst-3
17 236 hellwig
                cp doc/README $(BUILD)/eco32/xsa-xst-3
18 217 hellwig
 
19
clean:
20
                mv build/eco32.xise .
21
                mv build/eco32.bit .
22
                rm -rf build/*
23
                mv eco32.xise build
24
                mv eco32.bit build
25
                rm -f *~

powered by: WebSVN 2.1.0

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