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:
parent
3b524b81dd
commit
3c5a3a8d53
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue