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:
Mark Cave-Ayland
2010-03-14 13:47:44 +00:00
committed by Mark Cave-Ayland
parent 76447ee919
commit 04a412a7f5
24 changed files with 2 additions and 2 deletions

View File

@@ -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