All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] fis: fix typo in build command
@ 2018-01-24 17:15 Gary Bisson
  2018-01-25 20:30 ` Peter Korsgaard
  2018-01-31 12:31 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gary Bisson @ 2018-01-24 17:15 UTC (permalink / raw)
  To: buildroot

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(-)

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] fis: fix typo in build command
  2018-01-24 17:15 [Buildroot] [PATCH] fis: fix typo in build command Gary Bisson
@ 2018-01-25 20:30 ` Peter Korsgaard
  2018-01-31 12:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-01-25 20:30 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] fis: fix typo in build command
  2018-01-24 17:15 [Buildroot] [PATCH] fis: fix typo in build command Gary Bisson
  2018-01-25 20:30 ` Peter Korsgaard
@ 2018-01-31 12:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-01-31 12:31 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-31 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-24 17:15 [Buildroot] [PATCH] fis: fix typo in build command Gary Bisson
2018-01-25 20:30 ` Peter Korsgaard
2018-01-31 12:31 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.