mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Begin tidying up of header locations as described on the mailing list. Firstly we move all of the architecture-specific header
files from include/$ARCH to include/arch/$ARCH. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@687 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Mark Cave-Ayland
parent
76447ee919
commit
04a412a7f5
@@ -190,9 +190,9 @@ for RULES_ARCH in $*; do
|
||||
mkdir -p $OBJDIR/host/include
|
||||
mkdir -p $OBJDIR/host/kernel
|
||||
mkdir -p $OBJDIR/forth
|
||||
ln -s ../../../include/$ARCH $OBJDIR/target/include/asm
|
||||
ln -s ../../../include/arch/$ARCH $OBJDIR/target/include/asm
|
||||
#compile the host binary with target settings instead
|
||||
#ln -s ../../../include/$HOSTARCH $OBJDIR/host/include/asm
|
||||
#ln -s ../../../include/arch/$HOSTARCH $OBJDIR/host/include/asm
|
||||
echo "ok."
|
||||
|
||||
cd $OBJDIR
|
||||
|
||||
Reference in New Issue
Block a user