Fixed typo in 'Makefile'.

This commit is contained in:
mikeller 2018-05-27 10:53:50 +12:00
parent 60de878452
commit 7a2192d13e
1 changed files with 1 additions and 1 deletions

View File

@ -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