Skip to content

Commit

Permalink
Add requirement for testptp to only be built on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaoU3 committed Sep 3, 2024
1 parent e8185eb commit c55e7d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions providers/base/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.PHONY:
all: alsa_test clocktest threaded_memtest ptrace_test testptp

ifeq ($(shell uname -m), x86_64)
all: testptp
endif

.PHONY: clean
clean:
rm -f alsa_test clocktest threaded_memtest ptrace_test testptp
Expand Down

0 comments on commit c55e7d7

Please sign in to comment.