From: Yoshinori Sato Date: Fri, 1 Jan 2016 11:44:54 +0000 (+0900) Subject: rx: Add missing file X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb2de1c2dd09a27bd1fa83b5b44da9d62183c0ca;p=uclinux-h8%2Flinux.git rx: Add missing file Signed-off-by: Yoshinori Sato --- diff --git a/arch/rx/include/uapi/asm/Kbuild b/arch/rx/include/uapi/asm/Kbuild new file mode 100644 index 000000000000..fb6101a5d4f1 --- /dev/null +++ b/arch/rx/include/uapi/asm/Kbuild @@ -0,0 +1,30 @@ +# UAPI Header export list +include include/uapi/asm-generic/Kbuild.asm + +header-y += auxvec.h +header-y += bitsperlong.h +header-y += errno.h +header-y += fcntl.h +header-y += ioctl.h +header-y += ioctls.h +header-y += ipcbuf.h +header-y += kvm_para.h +header-y += mman.h +header-y += msgbuf.h +header-y += param.h +header-y += poll.h +header-y += posix_types.h +header-y += resource.h +header-y += sembuf.h +header-y += setup.h +header-y += shmbuf.h +header-y += siginfo.h +header-y += socket.h +header-y += sockios.h +header-y += stat.h +header-y += statfs.h +header-y += swab.h +header-y += termbits.h +header-y += termios.h +header-y += types.h +header-y += unistd.h