Skip to content

Commit

Permalink
Added comments to denote the CSM section and OCHAMI section
Browse files Browse the repository at this point in the history
  • Loading branch information
shunr-hpe committed Dec 19, 2024
1 parent 0695c93 commit 8171004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

# Service
# CSM Service
NAME ?= cray-smd
VERSION ?= $(shell cat .version)

Expand All @@ -46,7 +46,7 @@ ct_image:
binaries: smd smd-init smd-loader



# OCHAMI Service
BUILD := `git rev-parse --short HEAD`
GVERSION := `git describe --tags --abbrev=0`
LDFLAGS=-ldflags "-X=$(GIT)build.Build=$(BUILD) -X=$(GIT)build.Version=$(GVERSION)"
Expand Down

0 comments on commit 8171004

Please sign in to comment.