Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
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
Commits
2dcd8eb3
Commit
2dcd8eb3
authored
Feb 21, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git@git.elphel.com:Elphel/x393.git
parents
2be629f5
f32d82b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
2dcd8eb3
...
...
@@ -4,7 +4,7 @@ DOCUMENTROOT= $(DESTDIR)/www/pages
SCRIPTPATH
=
py393
COCOTB
=
cocotb
LINK
=
ln
OWN
=
-o
root
-g
root
#INSTALL = $(INSTALL)
...
...
@@ -12,17 +12,18 @@ INSTMODE = 0755
DOCMODE
=
0644
PYTHON_EXE
=
$(SCRIPTPATH)
/
*
.py
\
cocotb/socket_command.py
FPGA_BITFILES
=
*
.bit
VERILOG_HEADERS
=
system_defines.vh
\
includes/x393_parameters.vh
\
includes/x393_localparams.vh
\
includes/x393_cur_params_target.vh
COMMAND_FILES
=
py393/hargs
\
py393/hargs-auto
\
py393/hargs-after
\
py393/hargs-eyesis
\
py393/hargs-hispi
\
py393/hargs-post-par12
\
py393/hargs-power_par12
\
py393/hargs-power-eyesis
\
...
...
@@ -39,7 +40,7 @@ install:
$(INSTALL)
$(OWN)
-d
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-m
$(INSTMODE)
$(PYTHON_EXE)
$(INSTALLDIR)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(FPGA_BITFILES)
$(VERILOGDIR)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(VERILOG_HEADERS)
$(VERILOGDIR)
$(INSTALL)
$(OWN)
-m
$(DOCMODE)
$(COMMAND_FILES)
$(VERILOGDIR)
...
...
@@ -51,4 +52,3 @@ install:
clean
:
@
echo
"make clean in x393"
\ 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