Files
Arch-R/packages/toolchain/devel/linux-headers/install
Stephan Raue a7d60db11e linux-headers:
- cosmetics
2010-06-09 04:23:35 +02:00

14 lines
258 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/unpack linux
cd $(kernel_path)
make ARCH=$TARGET_ARCH headers_check
make ARCH=$TARGET_ARCH INSTALL_HDR_PATH=dest headers_install
mkdir -p $SYSROOT_PREFIX/usr/include
cp -R dest/include/* $SYSROOT_PREFIX/usr/include