diff options
author | David Woodhouse | 2006-06-18 13:58:53 +0200 |
---|---|---|
committer | David Woodhouse | 2006-06-18 13:58:53 +0200 |
commit | ef4d04b87d16839500a77aa1279f80be7ec4ef2e (patch) | |
tree | 58cd5908c66f90810c75505ff555023d9be00073 /include/asm-m68knommu/Kbuild | |
parent | Add Kbuild file for Alpha 'make headers_install' (diff) | |
download | kernel-qcow2-linux-ef4d04b87d16839500a77aa1279f80be7ec4ef2e.tar.gz kernel-qcow2-linux-ef4d04b87d16839500a77aa1279f80be7ec4ef2e.tar.xz kernel-qcow2-linux-ef4d04b87d16839500a77aa1279f80be7ec4ef2e.zip |
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-m68knommu/Kbuild')
-rw-r--r-- | include/asm-m68knommu/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68knommu/Kbuild b/include/asm-m68knommu/Kbuild new file mode 100644 index 000000000000..c68e1680da01 --- /dev/null +++ b/include/asm-m68knommu/Kbuild @@ -0,0 +1 @@ +include include/asm-generic/Kbuild.asm |