Skip to content

Commit 3da1640

Browse files
committed
Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
This reverts commit 2c3b8f8. The framework change to add D_GNU_SOURCE to KHDR_INCLUDES to Makefile, lib.mk, and kselftest_harness.h is reverted as it is causing build failures and warnings. Revert this change as this change depends on the framework change. Reported-by: Mark Brown <broonie@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent cee27ae commit 3da1640

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tools/testing/selftests/sgx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJCOPY := $(CROSS_COMPILE)objcopy
1212
endif
1313

1414
INCLUDES := -I$(top_srcdir)/tools/include
15-
HOST_CFLAGS := -Wall -Werror $(KHDR_INCLUDES) -g $(INCLUDES) -fPIC
15+
HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC
1616
HOST_LDFLAGS := -z noexecstack -lcrypto
1717
ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
1818
-fno-stack-protector -mrdrnd $(INCLUDES)

tools/testing/selftests/sgx/sigstruct.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/* Copyright(c) 2016-20 Intel Corporation. */
33

4+
#define _GNU_SOURCE
45
#include <assert.h>
56
#include <getopt.h>
67
#include <stdbool.h>

0 commit comments

Comments
 (0)