summaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-05-14 09:26:03 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-06-23 15:55:04 +0200
commite71eccdb255e1fc10304f65f6431875e070cc76f (patch)
tree3a2554d5fc9e0c6c9ad8e157ea3820064e06a95b /arch/h8300
parentc949025502698a63990e81f52f424396f3de5409 (diff)
downloadlinux-e71eccdb255e1fc10304f65f6431875e070cc76f.tar.gz
linux-e71eccdb255e1fc10304f65f6431875e070cc76f.tar.xz
h8300: Wire up asm-generic/xor.h
crypto/xor.c:25:21: fatal error: asm/xor.h: No such file or directory Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/Kbuild b/arch/h8300/include/asm/Kbuild
index e0bce3028a78..8ada3cf0c98d 100644
--- a/arch/h8300/include/asm/Kbuild
+++ b/arch/h8300/include/asm/Kbuild
@@ -5,3 +5,4 @@ generic-y += linkage.h
generic-y += mmu.h
generic-y += module.h
generic-y += trace_clock.h
+generic-y += xor.h