From b270fd141a488ed36f3e5a26f7c08f0b398f0dc1 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 20 Jun 2024 02:49:47 +0100 Subject: [PATCH] test if this matters --- build_kernel.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build_kernel.sh b/build_kernel.sh index 766cec0..91ca1d8 100755 --- a/build_kernel.sh +++ b/build_kernel.sh @@ -24,10 +24,10 @@ export CROSS_COMPILE=${CROSS_COMPILE:-"$TOOLS/aarch64-linux-gnu-gcc/bin/aarch64- export CC=${CC:-"$TOOLS/aarch64-linux-gnu-gcc/bin/aarch64-linux-gnu-gcc"} export LD=$TOOLS/aarch64-linux-gnu-gcc/bin/aarch64-linux-gnu-ld.bfd -export KBUILD_BUILD_USER=user -export KBUILD_BUILD_HOST=host -export KBUILD_BUILD_TIMESTAMP=$(TZ=UTC date -d @$(git show -s --format=%ct)) -export KBUILD_BUILD_VERSION=$(git rev-parse HEAD) +# export KBUILD_BUILD_USER=user +# export KBUILD_BUILD_HOST=host +# export KBUILD_BUILD_TIMESTAMP=$(TZ=UTC date -d @$(git show -s --format=%ct)) +# export KBUILD_BUILD_VERSION=$(git rev-parse HEAD) # these do anything? export KCFLAGS="-w"