diff mbox series

[52/67] target/arm: add include directory headers

Message ID 1525376963-79623-53-git-send-email-mst@redhat.com
State New
Headers show
Series include path cleanup | expand

Commit Message

Michael S. Tsirkin May 3, 2018, 7:51 p.m. UTC
This way they are easier to find using standard rules.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 include/arm-powerctl.h    | 1 +
 include/target/arm/cpu.h  | 1 +
 include/target/arm/idau.h | 1 +
 3 files changed, 3 insertions(+)
 create mode 100644 include/arm-powerctl.h
 create mode 100644 include/target/arm/cpu.h
 create mode 100644 include/target/arm/idau.h
diff mbox series

Patch

diff --git a/include/arm-powerctl.h b/include/arm-powerctl.h
new file mode 100644
index 0000000..77af740
--- /dev/null
+++ b/include/arm-powerctl.h
@@ -0,0 +1 @@ 
+#include_next "../target/arm/arm-powerctl.h"
diff --git a/include/target/arm/cpu.h b/include/target/arm/cpu.h
new file mode 100644
index 0000000..97b4615
--- /dev/null
+++ b/include/target/arm/cpu.h
@@ -0,0 +1 @@ 
+#include_next "../target/arm/cpu.h"
diff --git a/include/target/arm/idau.h b/include/target/arm/idau.h
new file mode 100644
index 0000000..06bce14
--- /dev/null
+++ b/include/target/arm/idau.h
@@ -0,0 +1 @@ 
+#include_next "../target/arm/idau.h"