[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 44/67] tcg-ldst.inc.c: replace command line flags wi
From: |
Michael S. Tsirkin |
Subject: |
[Qemu-devel] [PATCH 44/67] tcg-ldst.inc.c: replace command line flags with preprocessor |
Date: |
Thu, 3 May 2018 22:51:26 +0300 |
Each target is currently built with a different set of include
directories, this is what makes it possible to pull in a separate copy
of tcg-ldst.inc.c depending on the target.
Replace with per-target ifdefs which are easier to understand.
Signed-off-by: Michael S. Tsirkin <address@hidden>
---
include/tcg-ldst.inc.c | 1 +
1 file changed, 1 insertion(+)
create mode 100644 include/tcg-ldst.inc.c
diff --git a/include/tcg-ldst.inc.c b/include/tcg-ldst.inc.c
new file mode 100644
index 0000000..fa0f3bf
--- /dev/null
+++ b/include/tcg-ldst.inc.c
@@ -0,0 +1 @@
+#include_next "../tcg/tcg-ldst.inc.c"
--
MST
- Re: [Qemu-devel] [PATCH 38/67] helper: replace command line flags with preprocessor, (continued)
- [Qemu-devel] [PATCH 41/67] tcg-pool.inc.c: replace command line flags with preprocessor, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 40/67] trace: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 43/67] translate-all: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 44/67] tcg-ldst.inc.c: replace command line flags with preprocessor,
Michael S. Tsirkin <=
- [Qemu-devel] [PATCH 48/67] virtio-pci: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 47/67] tcg-op: use include "tcg.h" consistently, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 50/67] hmp: add include directory header, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 45/67] tcg: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 52/67] target/arm: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 42/67] tcg: use include "tcg.h" consistently, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 46/67] cpu-qom: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 49/67] kvm_XXX: add include directory headers, Michael S. Tsirkin, 2018/05/03
- [Qemu-devel] [PATCH 53/67] target/ppc: add include directory headers, Michael S. Tsirkin, 2018/05/03