[RFC,v1,03/15] dts: merge DTS dts to DPDK

Message ID 20220406145606.2913834-4-juraj.linkes@pantheon.tech (mailing list archive)
State RFC, archived
Delegated to: Thomas Monjalon
Headers
Series merge DTS core files to DPDK |

Checks

Context Check Description
ci/checkpatch warning coding style issues

Commit Message

Juraj Linkeš April 6, 2022, 2:55 p.m. UTC
  ---
 dts/dts | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100755 dts/dts
  

Patch

diff --git a/dts/dts b/dts/dts
new file mode 100755
index 0000000000..4d29e01aa3
--- /dev/null
+++ b/dts/dts
@@ -0,0 +1,9 @@ 
+#!/bin/bash
+
+# <COPYRIGHT_TAG>
+
+PWD=`dirname $0`
+
+pushd $PWD
+./main.py $@
+popd