Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
1ede10e9
Commit
1ede10e9
authored
Sep 28, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
converted to a Makefile project
parent
f96d208f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
.gitignore
.gitignore
+2
-0
Makefile
Makefile
+24
-0
No files found.
.gitignore
View file @
1ede10e9
...
...
@@ -12,3 +12,5 @@ x393.prj
*.old
*.pyc
*.pickle
bitbake-logs
sysroots
Makefile
0 → 100644
View file @
1ede10e9
VERILOGDIR
=
$(DESTDIR)
/usr/local/verilog
INSTALLDIR
=
$(DESTDIR)
/usr/local/bin
SCRIPTPATH
=
py393sata
OWN
=
-o
root
-g
root
INSTMODE
=
0755
DOCMODE
=
0644
PYTHON_EXE
=
$(SCRIPTPATH)
/
*
.py
FPGA_BITFILES
=
x393_sata.bit
all
:
@
echo
"make all in x393sata"
install
:
@
echo
"make install in x393sata"
$(INSTALL)
$(OWN)
-d
$(VERILOGDIR)
$(INSTALL)
$(OWN)
-d
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PYTHON_EXE)
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(FPGA_BITFILES)
$(VERILOGDIR)
clean
:
@
echo
"make clean in x393sata"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment