Fixed typo in 'Makefile'.
This commit is contained in:
parent
60de878452
commit
7a2192d13e
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue