summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-16 16:22:47 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-17 10:56:24 +0800
commit93bd1526aa15328cd37c2624be22b801d6ca1d1c (patch)
tree14e6a4a1012fc6fccd81328d5bce88aff200d753 /scripts
parent657c1346944ef268e98c5d68e8252b2e56399c06 (diff)
downloadbarebox-93bd1526aa15328cd37c2624be22b801d6ca1d1c.tar.gz
barebox-93bd1526aa15328cd37c2624be22b801d6ca1d1c.tar.xz
move utsrelease.h to include/generated/ instead of include/linux
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/setupmbr/setupmbr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setupmbr/setupmbr.c b/scripts/setupmbr/setupmbr.c
index 01e8c645f0..3cfec97aa0 100644
--- a/scripts/setupmbr/setupmbr.c
+++ b/scripts/setupmbr/setupmbr.c
@@ -42,7 +42,7 @@
#include <assert.h>
/* include the info from this barebox release */
-#include "include/linux/utsrelease.h"
+#include "include/generated/utsrelease.h"
#include "arch/x86/include/asm/barebox.lds.h"
/** define to disable integrity tests and debug messages */