diff mbox series

fis: fix typo in build command

Message ID 20180124171538.13469-1-gary.bisson@boundarydevices.com
State Accepted
Commit 840d1a8d56eb3807b1f2b3ab16974f2f0abe9c94
Headers show
Series fis: fix typo in build command | expand

Commit Message

Gary Bisson Jan. 24, 2018, 5:15 p.m. UTC
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
---
Typo noticed while during completely unrelated stuff...
---
 package/fis/fis.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 25, 2018, 8:30 p.m. UTC | #1
>>>>> "Gary" == Gary Bisson <gary.bisson@boundarydevices.com> writes:

 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
 > ---
 > Typo noticed while during completely unrelated stuff...

Committed, thanks.
Peter Korsgaard Jan. 31, 2018, 12:31 p.m. UTC | #2
>>>>> "Gary" == Gary Bisson <gary.bisson@boundarydevices.com> writes:

 > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
 > ---
 > Typo noticed while during completely unrelated stuff...

Committed to 2017.02.x and 2017.11.x, thanks.
diff mbox series

Patch

diff --git a/package/fis/fis.mk b/package/fis/fis.mk
index 6d3a227183..6db06bf74a 100644
--- a/package/fis/fis.mk
+++ b/package/fis/fis.mk
@@ -12,7 +12,7 @@  FIS_LICENSE_FILES = fis.c
 
 define FIS_BUILD_CMDS
 	$(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
-		$(@D)/fis.c $(@D)/crc.c $(TARGE_LDFLAGS)
+		$(@D)/fis.c $(@D)/crc.c $(TARGET_LDFLAGS)
 endef
 
 define FIS_INSTALL_TARGET_CMDS