commit | cd07f4f3bb9744034693ff012f640bcacaf5c1c6 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue May 14 09:25:52 2013 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Jun 16 13:47:41 2013 +0200 |
tree | 6d807ffcc65e66b23c14732c66f00d1ae44befb9 | |
parent | decd48ccbe6d5a883f400b7b9b797ab7fe228c0d [diff] |
cris: 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> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 1e7dfad..0dd4b88 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild
@@ -9,3 +9,4 @@ generic-y += linkage.h generic-y += module.h generic-y += trace_clock.h +generic-y += xor.h