mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
fis: fix typo in build command
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b2f028e27c
commit
840d1a8d56
@ -12,7 +12,7 @@ FIS_LICENSE_FILES = fis.c
|
|||||||
|
|
||||||
define FIS_BUILD_CMDS
|
define FIS_BUILD_CMDS
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
|
$(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
|
endef
|
||||||
|
|
||||||
define FIS_INSTALL_TARGET_CMDS
|
define FIS_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user