Skip to content

Commit 963fc30

Browse files
authored
Merge pull request raspberrypi#96 from sched-ext/makefile_fix
scx: Add missing ) to $(error) invocation in Makefile
2 parents 5bb3614 + 36d3838 commit 963fc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/sched_ext/Makefile

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

2727
ifeq ($(CROSS_COMPILE),)
2828
ifeq ($(CLANG_TARGET_FLAGS),)
29-
$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk
29+
$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
3030
else
3131
CLANG_FLAGS += --target=$(CLANG_TARGET_FLAGS)
3232
endif # CLANG_TARGET_FLAGS

0 commit comments

Comments
 (0)