projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f028e
)
fis: fix typo in build command
author
Gary Bisson
<gary.bisson@boundarydevices.com>
Wed, 24 Jan 2018 17:15:38 +0000
(18:15 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 25 Jan 2018 20:30:01 +0000
(21:30 +0100)
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/fis/fis.mk
patch
|
blob
|
history
diff --git
a/package/fis/fis.mk
b/package/fis/fis.mk
index 6d3a227183341bb74fbadb93ff342b15886fbb11..6db06bf74a70cc46f803141be9b5e905185fd819 100644
(file)
--- 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 $(TARGE
T
_LDFLAGS)
endef
define FIS_INSTALL_TARGET_CMDS