sim/host: move host implement to posix directory

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2022-08-23 11:30:33 +08:00 committed by Xiang Xiao
parent 559f831005
commit a10add60ae
20 changed files with 20 additions and 18 deletions

View File

@ -75,7 +75,8 @@ CSRCS += up_vfork.c
endif
endif
VPATH = sim
VPATH = :sim
VPATH += :sim/posix
DEPPATH = $(patsubst %,--dep-path %,$(subst :, ,$(VPATH)))
CFLAGS += -fvisibility=default
@ -84,6 +85,7 @@ HOSTCFLAGS = $(ARCHWARNINGS) $(ARCHOPTIMIZATION) \
-fvisibility=default
HOSTCFLAGS += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)}
HOSTCFLAGS += ${shell $(INCDIR) "$(CC)" $(ARCH_SRCDIR)$(DELIM)chip}
ifeq ($(CONFIG_HOST_MACOS),y)
HOSTCFLAGS += -Wno-deprecated-declarations
endif

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hcisocket_host.c
* arch/sim/src/sim/posix/up_hcisocket_host.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hostfs.c
* arch/sim/src/sim/posix/up_hostfs.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hostirq.c
* arch/sim/src/sim/posix/up_hostirq.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hostmemory.c
* arch/sim/src/sim/posix/up_hostmemory.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hostmisc.c
* arch/sim/src/sim/posix/up_hostmisc.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_hosttime.c
* arch/sim/src/sim/posix/up_hosttime.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_i2cbuslinux.c
* arch/sim/src/sim/posix/up_i2cbuslinux.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_simsmp.c
* arch/sim/src/sim/posix/up_simsmp.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_simuart.c
* arch/sim/src/sim/posix/up_simuart.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_spilinux.c
* arch/sim/src/sim/posix/up_spilinux.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_tapdev.c
* arch/sim/src/sim/posix/up_tapdev.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_testset.c
* arch/sim/src/sim/posix/up_testset.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_usrsock_host.c
* arch/sim/src/sim/posix/up_usrsock_host.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_vpnkit.c
* arch/sim/src/sim/posix/up_vpnkit.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_wpcap.c
* arch/sim/src/sim/posix/up_wpcap.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_x11eventloop.c
* arch/sim/src/sim/posix/up_x11eventloop.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/up_x11framebuffer.c
* arch/sim/src/sim/posix/up_x11framebuffer.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with