arch/sim: Rename up_vfork[32|64].S to up_vfork_x[32|64].S
to align with up_vfork_arm.S naming style Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
41c727f251
commit
3982296294
@ -41,12 +41,12 @@ REQUIREDOBJS = $(LINKOBJS)
|
|||||||
|
|
||||||
ifeq ($(CONFIG_HOST_X86_64),y)
|
ifeq ($(CONFIG_HOST_X86_64),y)
|
||||||
ifeq ($(CONFIG_SIM_M32),y)
|
ifeq ($(CONFIG_SIM_M32),y)
|
||||||
ASRCS += up_vfork32.S
|
ASRCS += up_vfork_x32.S
|
||||||
else
|
else
|
||||||
ASRCS += up_vfork64.S
|
ASRCS += up_vfork_x64.S
|
||||||
endif
|
endif
|
||||||
else ifeq ($(CONFIG_HOST_X86),y)
|
else ifeq ($(CONFIG_HOST_X86),y)
|
||||||
ASRCS += up_vfork32.S
|
ASRCS += up_vfork_x32.S
|
||||||
else ifeq ($(CONFIG_HOST_ARM),y)
|
else ifeq ($(CONFIG_HOST_ARM),y)
|
||||||
ASRCS += up_vfork_arm.S
|
ASRCS += up_vfork_arm.S
|
||||||
endif
|
endif
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/sim/src/sim/up_vfork32.S
|
* arch/sim/src/sim/up_vfork_x32.S
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
@ -1,5 +1,5 @@
|
|||||||
/************************************************************************************
|
/************************************************************************************
|
||||||
* arch/sim/src/sim/up_vfork64.S
|
* arch/sim/src/sim/up_vfork_x64.S
|
||||||
*
|
*
|
||||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
Loading…
x
Reference in New Issue
Block a user