diff options
author | Steven Rostedt <srostedt@redhat.com> | 2012-10-24 11:56:33 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-10-25 09:54:32 -0400 |
commit | d48444cf39161bca014b9f6402e409d3e193e530 (patch) | |
tree | 76d281f8539312c4c7f8a4ea6444a236f80ffa40 /arch/openrisc/include/asm/Kbuild | |
parent | 6f0c0580b70c89094b3422ba81118c7b959c7556 (diff) |
openrisc: Use Kbuild infrastructure for kvm_para.h
All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.
Cc: linux-kbuild@vger.kernel.org
Cc: linux@lists.openrisc.net
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc/include/asm/Kbuild')
-rw-r--r-- | arch/openrisc/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild index 78de6805268..9430b8c50a0 100644 --- a/arch/openrisc/include/asm/Kbuild +++ b/arch/openrisc/include/asm/Kbuild | |||
@@ -32,6 +32,7 @@ generic-y += ipcbuf.h | |||
32 | generic-y += irq_regs.h | 32 | generic-y += irq_regs.h |
33 | generic-y += kdebug.h | 33 | generic-y += kdebug.h |
34 | generic-y += kmap_types.h | 34 | generic-y += kmap_types.h |
35 | generic-y += kvm_para.h | ||
35 | generic-y += local.h | 36 | generic-y += local.h |
36 | generic-y += mman.h | 37 | generic-y += mman.h |
37 | generic-y += module.h | 38 | generic-y += module.h |