Skip to content

Commit

Permalink
Reduce brokenness of CRIS headers_install
Browse files Browse the repository at this point in the history
I won't say 'fix', because they still look broken, although this will at
least allow 'make ARCH=CRIS headers_install' to _complete_.

For headers which are exported, we should probably choose between
asm/arch-v10 and asm/arch-v32 by something that GCC defines -- we can't
rely on a generated symlink. And we certainly can't export an arch/
directory which doesn't even exist.

And the only thing that we seem to include from the arch/ directory is
<asm/arch/ptrace.h> from <asm/ptrace.h> ... and that isn't exported in
either arch-v10 or arch-v32 _anyway_.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Aug 20, 2008
1 parent 1bbe44f commit 1c8e40e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/asm-cris/Kbuild
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include include/asm-generic/Kbuild.asm

header-y += arch/
header-y += arch-v10/
header-y += arch-v32/

Expand Down

0 comments on commit 1c8e40e

Please sign in to comment.