aboutsummaryrefslogtreecommitdiff
path: root/core/linux-headers/build
blob: 269a45f1727aa90da86aa6622dd202df969b4dfa (plain)
1
2
3
4
5
6
7
#!/bin/sh -e

make headers

# This is used to install headers without an
# rsync dependency.
find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \;