Skip to content

Commit cb37951

Browse files
committed
Fix indentation in Makefile
1 parent b9ba770 commit cb37951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ DUMPING_DTB := 0
516516
.PHONY: android-dtb
517517
android-dtb $(ANDROID_DTB):
518518
ifneq ($(ARCH),arm64)
519-
$(error android-dtb is only supported from arm64)
519+
$(error android-dtb is only supported from arm64)
520520
endif
521521

522522
# DUMPING_DTB=1 prevents infinite recursion. It must be set as a `make` argument,

0 commit comments

Comments
 (0)