Skip to content

Commit

Permalink
Fix CROSS_COMPILE
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Nov 27, 2023
1 parent b3858ac commit 80ca3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux-stracciatella/package
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ package() {
cp --no-dereference "$srcdir"/arch/arm/boot/dts/zero-sugar.dtb "$staging"/boot/zero-sugar.dtb
fi

CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging" INSTALL_MOD_STRIP=1
CROSS_COMPILE=arm-remarkable-linux-gnueabihf- ARCH=arm make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging" INSTALL_MOD_STRIP=1
rm "$staging"/lib/modules/*/{source,build}

# Create the kernel archive
Expand Down

0 comments on commit 80ca3ea

Please sign in to comment.