diff options
| author | Marc-André Lureau | 2019-08-17 12:55:32 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:17 +0200 |
| commit | d3b184809608f3ea948b199d779ec02169ad7085 (patch) | |
| tree | f8ee6b6137a708ba4e4af2e40d68a1192ba7bd8c /Makefile | |
| parent | meson: convert io directory to Meson (diff) | |
| download | qemu-d3b184809608f3ea948b199d779ec02169ad7085.tar.gz qemu-d3b184809608f3ea948b199d779ec02169ad7085.tar.xz qemu-d3b184809608f3ea948b199d779ec02169ad7085.zip | |
meson: convert target/s390x/gen-features.h
Needed by linux-user/s390x/cpu_loop.c; this removes the only use of HOST_CC.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ CONFIG_BLOCK := $(call lor,$(CONFIG_SOFTMMU),$(CONFIG_TOOLS)) generated-files-y = config-host.h generated-files-y += module_block.h +generated-files-y += target/s390x/gen-features.h +target/s390x/gen-features.h: Makefile.ninja generated-files-y += .git-submodule-status |
