9
0
Fork 0

x86: fix out of tree build support

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2010-09-27 11:03:34 +08:00
parent f7a37ae14b
commit 8842674637
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
#include <assert.h>
/* include the info from this barebox release */
#include "include/generated/utsrelease.h"
#include "arch/x86/include/asm/barebox.lds.h"
#include "../../include/generated/utsrelease.h"
#include "../../arch/x86/include/asm/barebox.lds.h"
/** define to disable integrity tests and debug messages */
#define NDEBUG