this now gets to the point of 'not dtc.h'. How to get dtc.h to build?

!@#$#!@$#@! makefiles!
signed-of-by: ronald g. minnich


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@24 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2006-10-16 19:26:51 +00:00
commit 3c5a3a8d53
2 changed files with 2 additions and 3 deletions

View file

@ -257,10 +257,9 @@ AFLAGS =
# Use LINUXBIOSINCLUDE when you must reference the include/ directory.
# Needed to be compatible with the O= option
# how to set the fucking LBARCH in time? arg.
LINUXBIOSINCLUDE := -Iinclude \
-I$(srctree)/include \
-I$(srctree)/include/cpu/generic/$(LBARCH)/ \
-I$(srctree)/include/cpu/generic/$(ARCH)/ \
-I$(srctree)/include/cpu/generic/x86/ \
-include include/linuxbios/autoconf.h

View file

@ -19,7 +19,7 @@
#define __LITTLE_ENDIAN 1234
#include <swab.h>
#include <arch/swab.h>
#define cpu_to_le32(x) ((unsigned int)(x))
#define le32_to_cpu(x) ((unsigned int)(x))