File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1538,6 +1538,11 @@ for f in $LINKS ; do
1538
1538
fi
1539
1539
done
1540
1540
1541
+ # use included Linux headers for KVM architectures
1542
+ if test " $host_os " = " linux" && test -n " $linux_arch " ; then
1543
+ symlink " $source_path /linux-headers/asm-$linux_arch " linux-headers/asm
1544
+ fi
1545
+
1541
1546
echo " # Automatically generated by configure - do not modify" > Makefile.prereqs
1542
1547
1543
1548
# Mac OS X ships with a broken assembler
@@ -1605,11 +1610,6 @@ echo "GENISOIMAGE=$genisoimage" >> $config_host_mak
1605
1610
echo " MESON=$meson " >> $config_host_mak
1606
1611
echo " NINJA=$ninja " >> $config_host_mak
1607
1612
echo " EXESUF=$EXESUF " >> $config_host_mak
1608
- # use included Linux headers for KVM architectures
1609
- if test " $host_os " = " linux" && test -n " $linux_arch " ; then
1610
- symlink " $source_path /linux-headers/asm-$linux_arch " linux-headers/asm
1611
- fi
1612
-
1613
1613
if test " $default_targets " = " yes" ; then
1614
1614
echo " CONFIG_DEFAULT_TARGETS=y" >> $config_host_mak
1615
1615
fi
You can’t perform that action at this time.
0 commit comments