Skip to content

Commit d9166cb

Browse files
committed
Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull Kselftest fix from Shuah Khan: "Fix an error seen during unconfigured LLVM builds" * tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: kselftest: Fix error message for unconfigured LLVM builds
2 parents dc18175 + 9fdaca2 commit d9166cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/lib.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(ARCH))
2020

2121
ifeq ($(CROSS_COMPILE),)
2222
ifeq ($(CLANG_TARGET_FLAGS),)
23-
$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk
23+
$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
2424
else
2525
CLANG_FLAGS += --target=$(CLANG_TARGET_FLAGS)
2626
endif # CLANG_TARGET_FLAGS

0 commit comments

Comments
 (0)