mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
FIx syntax error
This commit is contained in:
parent
88f918e2e4
commit
c8e376f83e
@ -75,7 +75,7 @@ ROOTFS_SUFFIX:=-$(BR2_ROOTFS_SUFFIX)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(subst ",, $(BR2_FPU_SUFFIX))),y)
|
ifeq ($(strip $(subst ",, $(BR2_FPU_SUFFIX))),y)
|
||||||
COND_ARCH_FPU_SUFFIX:=(ARCH_FPU_SUFFIX)
|
COND_ARCH_FPU_SUFFIX:=$(ARCH_FPU_SUFFIX)
|
||||||
else
|
else
|
||||||
COND_ARCH_FPU_SUFFIX:=
|
COND_ARCH_FPU_SUFFIX:=
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user