diff options
author | Steven Rostedt <srostedt@redhat.com> | 2012-10-24 17:56:33 +0200 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2012-10-25 15:54:32 +0200 |
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 generic-y += irq_regs.h generic-y += kdebug.h generic-y += kmap_types.h +generic-y += kvm_para.h generic-y += local.h generic-y += mman.h generic-y += module.h |