summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-27 11:03:34 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-11-17 12:14:57 +0800
commit88426746374fba2e2d1c9b03d80e2a1c7b6fb317 (patch)
tree107d561387169d6dd49296070619f32db01c0676
parentf7a37ae14baab921d349b3a3c209cb0fe99fb534 (diff)
downloadbarebox-88426746374fba2e2d1c9b03d80e2a1c7b6fb317.tar.gz
barebox-88426746374fba2e2d1c9b03d80e2a1c7b6fb317.tar.xz
x86: fix out of tree build support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-rw-r--r--scripts/setupmbr/setupmbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/setupmbr/setupmbr.c b/scripts/setupmbr/setupmbr.c
index 3cfec97aa0..dd7f38ccb2 100644
--- a/scripts/setupmbr/setupmbr.c
+++ b/scripts/setupmbr/setupmbr.c
@@ -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