diff mbox

[44/67] tcg-ldst.inc.c: replace command line flags with preprocessor

Message ID 1525376963-79623-45-git-send-email-mst@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael S. Tsirkin May 3, 2018, 7:51 p.m. UTC
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 <mst@redhat.com>
---
 include/tcg-ldst.inc.c | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/tcg-ldst.inc.c
diff mbox

Patch

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"