Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a09b9de

Browse files
matthewr-xilinxjfeather-amd
authored andcommitted
ON-16723: revise Makefile for compatibility with Ubuntu as well as RHEL
1 parent 47d8056 commit a09b9de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tests/ef_vi/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# SPDX-License-Identifier: BSD-2-Clause
22
# SPDX-FileCopyrightText: (c) 2025 Advanced Micro Devices, Inc.
33

4-
HAVE_EFCP := $(shell echo "\#include <cplane/api.h>" | \
4+
CPLANE_INCLUDE := \#include <cplane/api.h>
5+
HAVE_EFCP := $(shell echo "$(CPLANE_INCLUDE)" | \
56
$(CC) -E - >/dev/null 2>&1 && echo "Y")
67

78
EFSEND_APPS := efsend efsend_timestamping efsend_warming

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /