From: Gary Bisson Date: Wed, 24 Jan 2018 17:15:38 +0000 (+0100) Subject: fis: fix typo in build command X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=840d1a8d56eb3807b1f2b3ab16974f2f0abe9c94;p=buildroot.git fis: fix typo in build command Signed-off-by: Gary Bisson Signed-off-by: Peter Korsgaard --- 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