Skip to content

Commit 7616f50

Browse files
committed
Fix header file test
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
1 parent a4a4baa commit 7616f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ HAS_WGET = $(shell /bin/which wget > /dev/null 2>&1 && echo y || echo n)
1818
HAS_CURL = $(shell /bin/which curl > /dev/null 2>&1 && echo y || echo n)
1919

2020
# 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\)\; | \
21+
CHECK_OCXL_HEADER_IS_UP_TO_DATE = $(shell /bin/echo -e \\\#include $(1)\\\nvoid test\(struct ocxl_ioctl_features test\)\; | \
2222
$(CC) $(CFLAGS) -Werror -x c -S -o /dev/null - > /dev/null 2>&1 && echo y || echo n)
2323

2424
check_ocxl_header:

0 commit comments

Comments
 (0)