Skip to content
Snippets Groups Projects
Commit 85fc1b5d authored by Warner Losh's avatar Warner Losh
Browse files

bsd-user: Add host signals to the build


Start to add the host signal functionality to the build.

Signed-off-by: default avatarWarner Losh <imp@bsdimp.com>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
parent b3751588
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
#include "qemu.h"
#include "signal-common.h"
#include "hw/core/tcg-cpu-ops.h"
#include "host-signal.h"
/*
* Stubbed out routines until we merge signal support from bsd-user
......
......@@ -2947,6 +2947,7 @@ foreach target : target_dirs
if 'CONFIG_BSD_USER' in config_target
base_dir = 'bsd-user'
target_inc += include_directories('bsd-user/' / targetos)
target_inc += include_directories('bsd-user/host/' / host_arch)
dir = base_dir / abi
arch_srcs += files(dir / 'signal.c', dir / 'target_arch_cpu.c')
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment