We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a4baa commit 7616f50Copy full SHA for 7616f50
1 file changed
Makefile
@@ -18,7 +18,7 @@ HAS_WGET = $(shell /bin/which wget > /dev/null 2>&1 && echo y || echo n)
18
HAS_CURL = $(shell /bin/which curl > /dev/null 2>&1 && echo y || echo n)
19
20
# Update this to test a single feature from the most recent header we require:
21
-CHECK_OCXL_HEADER_IS_UP_TO_DATE = $(shell /bin/echo -e \\\#include $(1)\\\nvoid test\(struct ocxl_ioctl_platform test\)\; | \
+CHECK_OCXL_HEADER_IS_UP_TO_DATE = $(shell /bin/echo -e \\\#include $(1)\\\nvoid test\(struct ocxl_ioctl_features test\)\; | \
22
$(CC) $(CFLAGS) -Werror -x c -S -o /dev/null - > /dev/null 2>&1 && echo y || echo n)
23
24
check_ocxl_header:
0 commit comments