From 165a1e91f9178f160bc34c00e1d5b356cf022a00 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 25 Apr 2011 12:21:59 +0200 Subject: sandbox: make asm/swab.h nonempty Otherwise it gets erased with make distclean. Signed-off-by: Sascha Hauer --- arch/sandbox/include/asm/swab.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/sandbox') 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 */ -- cgit v1.2.3