mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-22 20:35:55 +08:00
FIx syntax error
This commit is contained in:
parent
88f918e2e4
commit
c8e376f83e
@ -75,7 +75,7 @@ ROOTFS_SUFFIX:=-$(BR2_ROOTFS_SUFFIX)
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(subst ",, $(BR2_FPU_SUFFIX))),y)
|
||||
COND_ARCH_FPU_SUFFIX:=(ARCH_FPU_SUFFIX)
|
||||
COND_ARCH_FPU_SUFFIX:=$(ARCH_FPU_SUFFIX)
|
||||
else
|
||||
COND_ARCH_FPU_SUFFIX:=
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user