Commit feb9cf6f authored by Benoit Rat's avatar Benoit Rat

misc: add etherbone/api to main Makefile

parent d553638f
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
######################################################################## ########################################################################
SUBMOD_DIRS=spec-sw etherbone SUBMOD_DIRS=spec-sw etherbone
MAKE_DIRS = spec-sw #tools MAKE_DIRS = spec-sw etherbone/api #tools
#RUNME := $(shell test -d $(FMC_DRV) || git submodule update --init) #RUNME := $(shell test -d $(FMC_DRV) || git submodule update --init)
......
...@@ -345,10 +345,16 @@ Then you can get the project submodule by running ...@@ -345,10 +345,16 @@ Then you can get the project submodule by running
>:$ cd spec-sw >:$ cd spec-sw
>:$ git submodule init >:$ git submodule init
>:$ git submodule update >:$ git submodule update
>:$ cd -
~~~~~~~~~~~~ ~~~~~~~~~~~~
Or you can try our new Makefile that should perform everything! Or you can try our new Makefile that should perform everything!
~~~~{.sh}
>:$ make
>:$ sudo make install
~~~~~~~~~~~~
[^commitgit]: You should only use our package or proper release (tagged commit). [^commitgit]: You should only use our package or proper release (tagged commit).
The **master** branch might have the latest source but support is only offered for tagged release. The other branches are normally used for development and are not stable. The **master** branch might have the latest source but support is only offered for tagged release. The other branches are normally used for development and are not stable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment