[Buildroot] [PATCH] fis: fix typo in build command

Gary Bisson gary.bisson at boundarydevices.com
Wed Jan 24 17:15:38 UTC 2018


Signed-off-by: Gary Bisson <gary.bisson at boundarydevices.com>
---
Typo noticed while during completely unrelated stuff...
---
 package/fis/fis.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the buildroot mailing list