From 888e6d204d95e49f2c8a4e7fb218b1f047dcaa6d Mon Sep 17 00:00:00 2001 From: igorpecovnik Date: Tue, 7 Jan 2014 10:30:49 +0100 Subject: [PATCH] kernel headers compile --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 39fc07d..0216d6e 100644 --- a/build.sh +++ b/build.sh @@ -93,6 +93,7 @@ make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- sun7i_defconfig cp $DEST/linux-sunxi/kernel.config $DEST/linux-sunxi/.config make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_MOD_PATH=output modules_install +make -j2 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- INSTALL_HDR_PATH=output headers_install #fi #--------------------------------------------------------------------------------