lkml.org 
[lkml]   [2017]   [Jul]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 21/28] sh: move generic-y of exported headers to uapi/asm/Kbuild
    Date
    Since commit fcc8487d477a ("uapi: export all headers under uapi
    directories"), all (and only) headers under uapi directories are
    exported, but asm-generic wrappers are still exceptions.

    To complete de-coupling the uapi from kernel headers, move generic-y
    of exported headers to uapi/asm/Kbuild.

    With this change, "make headers_install" will just need to parse
    uapi/asm/Kbuild to build up exported headers.

    Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
    ---

    arch/sh/include/asm/Kbuild | 19 -------------------
    arch/sh/include/uapi/asm/Kbuild | 18 ++++++++++++++++++
    2 files changed, 18 insertions(+), 19 deletions(-)

    diff --git a/arch/sh/include/asm/Kbuild b/arch/sh/include/asm/Kbuild
    index 590c91ae7541..1a6f9c39feef 100644
    --- a/arch/sh/include/asm/Kbuild
    +++ b/arch/sh/include/asm/Kbuild
    @@ -1,39 +1,20 @@
    -
    -generic-y += bitsperlong.h
    generic-y += clkdev.h
    generic-y += current.h
    generic-y += delay.h
    generic-y += div64.h
    generic-y += emergency-restart.h
    -generic-y += errno.h
    generic-y += exec.h
    -generic-y += fcntl.h
    -generic-y += ioctl.h
    -generic-y += ipcbuf.h
    generic-y += irq_regs.h
    generic-y += irq_work.h
    -generic-y += kvm_para.h
    generic-y += local.h
    generic-y += local64.h
    generic-y += mcs_spinlock.h
    generic-y += mm-arch-hooks.h
    -generic-y += mman.h
    -generic-y += msgbuf.h
    -generic-y += param.h
    generic-y += parport.h
    generic-y += percpu.h
    -generic-y += poll.h
    generic-y += preempt.h
    -generic-y += resource.h
    generic-y += rwsem.h
    -generic-y += sembuf.h
    generic-y += serial.h
    -generic-y += shmbuf.h
    generic-y += sizes.h
    -generic-y += socket.h
    -generic-y += statfs.h
    -generic-y += termbits.h
    -generic-y += termios.h
    generic-y += trace_clock.h
    -generic-y += ucontext.h
    generic-y += xor.h
    diff --git a/arch/sh/include/uapi/asm/Kbuild b/arch/sh/include/uapi/asm/Kbuild
    index b55fc2ae1e8c..e28531333efa 100644
    --- a/arch/sh/include/uapi/asm/Kbuild
    +++ b/arch/sh/include/uapi/asm/Kbuild
    @@ -1,4 +1,22 @@
    # UAPI Header export list
    include include/uapi/asm-generic/Kbuild.asm

    +generic-y += bitsperlong.h
    +generic-y += errno.h
    +generic-y += fcntl.h
    +generic-y += ioctl.h
    +generic-y += ipcbuf.h
    +generic-y += kvm_para.h
    +generic-y += mman.h
    +generic-y += msgbuf.h
    +generic-y += param.h
    +generic-y += poll.h
    +generic-y += resource.h
    +generic-y += sembuf.h
    +generic-y += shmbuf.h
    generic-y += siginfo.h
    +generic-y += socket.h
    +generic-y += statfs.h
    +generic-y += termbits.h
    +generic-y += termios.h
    +generic-y += ucontext.h
    --
    2.7.4
    \
     
     \ /
      Last update: 2017-07-09 20:37    [W:4.063 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site