Build kexec-linux later as a package for musl lib calls instead of asm.

This commit is contained in:
rick-masters 2023-05-20 15:16:27 +00:00
parent 8604871997
commit 0d4394aa0d
8 changed files with 28 additions and 42 deletions

View file

@ -73,12 +73,6 @@ if match x${BUILD_FIWIX} xTrue; then
cd ${pkg}
kaem --verbose --file ${pkg}.kaem
cd ..
# Live boot loader for Fiwix to Linux
pkg="kexec-linux"
cd ${pkg}
kaem --verbose --file ${pkg}.kaem
cd ..
fi
if match x${KERNEL_BOOTSTRAP} xTrue; then