Skip to content

Commit

Permalink
Add a script to sync from dtc sources
Browse files Browse the repository at this point in the history
In order to capture the dtc sources we package, add a script to do this
so it's not forgotten next time (see previous commit :( ).

Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
robherring committed Mar 16, 2023
1 parent 68a49c5 commit cfff805
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dtc-sync.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh -e

DTC_PATH=../dtc/

cp ${DTC_PATH}/libfdt/*.c libfdt/
cp ${DTC_PATH}/libfdt/*.h libfdt/
cp ${DTC_PATH}/pylibfdt/libfdt.i libfdt/

0 comments on commit cfff805

Please sign in to comment.