diff options
Diffstat (limited to 'arch/c6x/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/c6x/include/uapi/asm/Kbuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/c6x/include/uapi/asm/Kbuild b/arch/c6x/include/uapi/asm/Kbuild index baebb3da1d44..c312b424c433 100644 --- a/arch/c6x/include/uapi/asm/Kbuild +++ b/arch/c6x/include/uapi/asm/Kbuild | |||
@@ -1,3 +1,10 @@ | |||
1 | # UAPI Header export list | 1 | # UAPI Header export list |
2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
3 | 3 | ||
4 | header-y += byteorder.h | ||
5 | header-y += kvm_para.h | ||
6 | header-y += ptrace.h | ||
7 | header-y += setup.h | ||
8 | header-y += sigcontext.h | ||
9 | header-y += swab.h | ||
10 | header-y += unistd.h | ||