summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-04-25 12:21:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-25 12:22:02 +0200
commit165a1e91f9178f160bc34c00e1d5b356cf022a00 (patch)
tree8eeffe6b0bb8418b0b04fd176968a78e845c4f5d /arch/sandbox
parentfcad2ff58b617340230dae8cfc1e23ebc6baf108 (diff)
downloadbarebox-165a1e91f9178f160bc34c00e1d5b356cf022a00.tar.gz
barebox-165a1e91f9178f160bc34c00e1d5b356cf022a00.tar.xz
sandbox: make asm/swab.h nonempty
Otherwise it gets erased with make distclean. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/include/asm/swab.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/swab.h b/arch/sandbox/include/asm/swab.h
index e69de29bb2..60a90120b6 100644
--- a/arch/sandbox/include/asm/swab.h
+++ b/arch/sandbox/include/asm/swab.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_SWAB_H
+#define _ASM_SWAB_H
+
+/* nothing. use generic functions */
+
+#endif /* _ASM_SWAB_H */