summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-08-02 17:22:58 +0100
committerMike Frysinger <vapier@gentoo.org>2016-08-02 17:22:58 +0100
commit4c4f6f16dc29653efd74a41f2b218b39563add8b (patch)
treebc6053aa8a89271157bb910b42b39090c420d5ba
parentinitial 4.6 patchset based on last 4.5 patchset (diff)
downloadlinux-headers-patches-4c4f6f16dc29653efd74a41f2b218b39563add8b.tar.gz
linux-headers-patches-4c4f6f16dc29653efd74a41f2b218b39563add8b.tar.bz2
linux-headers-patches-4c4f6f16dc29653efd74a41f2b218b39563add8b.zip
pull in some more mips cruft
-rwxr-xr-xrip-headers.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/rip-headers.sh b/rip-headers.sh
index 1eb9c66..17812ed 100755
--- a/rip-headers.sh
+++ b/rip-headers.sh
@@ -73,6 +73,11 @@ if [[ -e ${src}/arch/mips/Kbuild.platforms ]] ; then
cp ${src}/${f} ${dst}/${f}
done
fi
+if [[ -d ${src}/arch/mips/boot/tools ]] ; then
+ mkdir -p ${dst}/arch/mips/boot
+ cp -r ${src}/arch/mips/boot/tools ${dst}/arch/mips/boot/
+fi
+find ${dst}/ -name .gitignore -delete
cp README.ripped-headers rip-headers.sh ${dst}/