Skip to content

Commit 9cc9fb6

Browse files
authored
Merge pull request #85 from jty2/github-jty2.merging.2025-05.upstream
2025-05 update
2 parents 8b271c9 + 5a0f85c commit 9cc9fb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8376
-1523
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
benchmarks/lockhammer/build/
2+
benchmarks/lockhammer/build.*/
3+
benchmarks/lockhammer/*.json
4+
*.log

Makefile

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
3+
# SPDX-FileCopyrightText: Copyright 2019-2025 Arm Limited and/or its affiliates <[email protected]>
4+
# SPDX-License-Identifier: BSD-3-Clause
5+
6+
7+
.PHONY: help
8+
9+
LOCKHAMMER_DIR=benchmarks/lockhammer
10+
11+
help:
12+
@echo
13+
@echo "This Makefile passes to $(LOCKHAMMER_DIR)/Makefile"
14+
@echo
15+
@echo "try:"
16+
@echo
17+
@echo " make -j 8 allvariants"
18+
@echo
19+
20+
%::
21+
$(MAKE) -C $(LOCKHAMMER_DIR) $(MAKEFLAGS) $(MAKECMDGOALS)

benchmarks/.gitignore

Whitespace-only changes.

0 commit comments

Comments
 (0)