From bb2de1c2dd09a27bd1fa83b5b44da9d62183c0ca Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Fri, 1 Jan 2016 20:44:54 +0900 Subject: [PATCH] rx: Add missing file Signed-off-by: Yoshinori Sato --- arch/rx/include/uapi/asm/Kbuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 arch/rx/include/uapi/asm/Kbuild 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 -- 2.11.0