diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:58:53 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:58:53 -0400 |
commit | ef4d04b87d16839500a77aa1279f80be7ec4ef2e (patch) | |
tree | 58cd5908c66f90810c75505ff555023d9be00073 /include/asm-xtensa/Kbuild | |
parent | 57e580f885a62c21fe75e35e9e445fb6fb82509c (diff) |
Add empty Kbuild files for 'make headers_install' in remaining arches.
These include nothing more than the basic set of files listed in
asm-generic/Kbuild.asm. Any extra arch-specific files will need to be
added.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-xtensa/Kbuild')
-rw-r--r-- | include/asm-xtensa/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-xtensa/Kbuild b/include/asm-xtensa/Kbuild new file mode 100644 index 000000000000..c68e1680da01 --- /dev/null +++ b/include/asm-xtensa/Kbuild | |||
@@ -0,0 +1 @@ | |||
include include/asm-generic/Kbuild.asm | |||