Revert "arch/sim: Rename up_vfork[32|64].S to up_vfork_x[32|64].S"
This reverts commit 3982296294
.
This commit is contained in:
parent
8c35d31808
commit
1a02556265
@ -41,12 +41,12 @@ REQUIREDOBJS = $(LINKOBJS)
|
||||
|
||||
ifeq ($(CONFIG_HOST_X86_64),y)
|
||||
ifeq ($(CONFIG_SIM_M32),y)
|
||||
ASRCS += up_vfork_x32.S
|
||||
ASRCS += up_vfork32.S
|
||||
else
|
||||
ASRCS += up_vfork_x64.S
|
||||
ASRCS += up_vfork64.S
|
||||
endif
|
||||
else ifeq ($(CONFIG_HOST_X86),y)
|
||||
ASRCS += up_vfork_x32.S
|
||||
ASRCS += up_vfork32.S
|
||||
else ifeq ($(CONFIG_HOST_ARM),y)
|
||||
ASRCS += up_vfork_arm.S
|
||||
endif
|
||||
|
@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/sim/src/sim/up_vfork_x32.S
|
||||
* arch/sim/src/sim/up_vfork32.S
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
@ -1,5 +1,5 @@
|
||||
/************************************************************************************
|
||||
* arch/sim/src/sim/up_vfork_x64.S
|
||||
* arch/sim/src/sim/up_vfork64.S
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
* contributor license agreements. See the NOTICE file distributed with
|
Loading…
Reference in New Issue
Block a user