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>
This commit is contained in:
Guan Xuetao 2012-10-15 14:41:36 +08:00
Родитель e8ce15a6d7
Коммит ddd2d384b0
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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

Просмотреть файл

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