1
0
Fork 0

unicore32: 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
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
hifive-unleashed-5.1
Guan Xuetao 2012-10-15 14:41:36 +08:00
parent e8ce15a6d7
commit ddd2d384b0
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,5 @@ header-y += kvm_para.h
header-y += ptrace.h
header-y += sigcontext.h
header-y += unistd.h
generic-y += kvm_para.h

View File

@ -1 +0,0 @@
#include <asm-generic/kvm_para.h>