URL
https://opencores.org/ocsvn/openarty/openarty/trunk
[/] [openarty/] [trunk/] [sw/] [board/] [Makefile] - Blame information for rev 33
Go to most recent revision |
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
31 |
dgisselq |
################################################################################
|
2 |
|
|
##
|
3 |
|
|
## Filename: Makefile
|
4 |
|
|
##
|
5 |
|
|
## Project: OpenArty, an entirely open SoC based upon the Arty platform
|
6 |
|
|
##
|
7 |
|
|
## Purpose:
|
8 |
|
|
##
|
9 |
|
|
## Creator: Dan Gisselquist, Ph.D.
|
10 |
|
|
## Gisselquist Technology, LLC
|
11 |
|
|
##
|
12 |
|
|
################################################################################
|
13 |
|
|
##
|
14 |
|
|
## Copyright (C) 2015, Gisselquist Technology, LLC
|
15 |
|
|
##
|
16 |
|
|
## This program is free software (firmware): you can redistribute it and/or
|
17 |
|
|
## modify it under the terms of the GNU General Public License as published
|
18 |
|
|
## by the Free Software Foundation, either version 3 of the License, or (at
|
19 |
|
|
## your option) any later version.
|
20 |
|
|
##
|
21 |
|
|
## This program is distributed in the hope that it will be useful, but WITHOUT
|
22 |
|
|
## ANY WARRANTY; without even the implied warranty of MERCHANTIBILITY or
|
23 |
|
|
## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
24 |
|
|
## for more details.
|
25 |
|
|
##
|
26 |
|
|
## License: GPL, v3, as defined and found on www.gnu.org,
|
27 |
|
|
## http:##www.gnu.org/licenses/gpl.html
|
28 |
|
|
##
|
29 |
|
|
##
|
30 |
|
|
################################################################################
|
31 |
|
|
##
|
32 |
|
|
##
|
33 |
|
|
.PHONY: all
|
34 |
|
|
all: exstartup
|
35 |
|
|
#
|
36 |
|
|
|
37 |
|
|
exstartup: exstartup.c artyboard.h zipsys.h arty.ld
|
38 |
|
|
zip-gcc -O3 -T arty.ld -fno-builtin -Wl,-Map=exstartup.map exstartup.c -o exstartup
|
39 |
|
|
|
40 |
|
|
exstartup.txt: exstartup
|
41 |
|
|
zip-objdump -S -D exstartup > exstartup.txt
|
42 |
|
|
|
43 |
33 |
dgisselq |
clean:
|
44 |
|
|
rm -f exstartup exstartup.map exstartup.txt
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.