From 7a2192d13eebbac3188b39d45267fd7b976be62e Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 27 May 2018 10:53:50 +1200 Subject: [PATCH] Fixed typo in 'Makefile'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80595b78d..c954a883b 100644 --- a/Makefile +++ b/Makefile @@ -328,7 +328,7 @@ $(OBJECT_DIR)/$(TARGET)/%.o: %.S ## all : Build all targets (excluding unsupported) all: $(SUPPORTED_TARGETS) -## all_with_unsupported : Build all targets (excluding unsupported) +## all_with_unsupported : Build all targets (including unsupported) all_with_unsupported: $(VALID_TARGETS) ## unsupported : Build unsupported targets -- 2.11.4.GIT