Makefile.inc: Fix typo in comment
Replace FILANAME with FILENAME. Change-Id: I96388245df406e6b4cb1cd3418f6a32d5b23499f Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76890 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Reviewed-by: Pratikkumar V Prajapati <pratikkumar.v.prajapati@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6e133fa470
commit
ede988fb53
|
@ -831,7 +831,7 @@ $(objcbfs)/%.elf: $(objcbfs)/%.debug $(objcbfs)/%.map
|
||||||
# mma, efi, deleted, null
|
# mma, efi, deleted, null
|
||||||
# 4 - Compression type [$(FILENAME)-compression]
|
# 4 - Compression type [$(FILENAME)-compression]
|
||||||
# none, LZMA
|
# none, LZMA
|
||||||
# 5 - Base address [$(FILANAME)-position]
|
# 5 - Base address [$(FILENAME)-position]
|
||||||
# 6 - Alignment [$(FILENAME)-align]
|
# 6 - Alignment [$(FILENAME)-align]
|
||||||
# 7 - cbfstool flags [$(FILENAME)-options]
|
# 7 - cbfstool flags [$(FILENAME)-options]
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue