arch/sim: Move host files to the correct location

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-04 16:12:02 +08:00 committed by Petro Karashchenko
parent ee93e6ea0d
commit 4e24ef23f4
6 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ ifeq ($(CONFIG_HOST_MACOS),y)
HOSTCFLAGS += -Wno-deprecated-declarations
endif
HOSTSRCS = sim_hostirq.c sim_hostmemory.c sim_hosttime.c sim_hostuart.c sim_hostmisc.c
HOSTSRCS = sim_hostirq.c sim_hostmemory.c sim_hostmisc.c sim_hosttime.c sim_hostuart.c
STDLIBS += -lpthread
ifeq ($(CONFIG_HOST_MACOS),y)
ifeq ($(CONFIG_HAVE_CXXINITIALIZE),y)
@ -172,7 +172,7 @@ endif # CONFIG_WINDOWS_CYGWIN != y
else ifeq ($(CONFIG_SIM_NETDEV_VPNKIT),y)
CSRCS += sim_netdriver.c
HOSTSRCS += sim_vpnkit.c
VPATH += :sim/vpnkit
VPATH += :sim/posix/vpnkit
HOSTSRCS += sim_protocol.c sim_negotiate.c
endif

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/sim/src/sim/sim_alsa.c
* arch/sim/src/sim/posix/sim_alsa.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/vpnkit/sim_negotiate.c
* arch/sim/src/sim/posix/vpnkit/sim_negotiate.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/vpnkit/sim_protocol.c
* arch/sim/src/sim/posix/vpnkit/sim_protocol.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/vpnkit/sim_protocol.h
* arch/sim/src/sim/posix/vpnkit/sim_protocol.h
*
* 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/posix/sim_wpcap.c
* arch/sim/src/sim/win/sim_wpcap.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with