|
@@ -54,6 +54,9 @@ for arch in $ARCHLIST; do
|
|
if [ $arch = x86 ]; then
|
|
if [ $arch = x86 ]; then
|
|
cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86"
|
|
cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86"
|
|
fi
|
|
fi
|
|
|
|
+ if [ $arch = powerpc ]; then
|
|
|
|
+ cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/"
|
|
|
|
+ fi
|
|
done
|
|
done
|
|
|
|
|
|
rm -rf "$output/linux-headers/linux"
|
|
rm -rf "$output/linux-headers/linux"
|