Kbuild (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kbuild (96a8fae0fe094b6a26a3ec88b2f097418f269cfe) |
---|---|
1# UAPI Header export list 2include include/uapi/asm-generic/Kbuild.asm 3 4header-y += auxvec.h 5header-y += byteorder.h 6header-y += fcntl.h 7header-y += hwcap.h 8header-y += ioctls.h --- 4 unchanged lines hidden (view full) --- 13header-y += ptrace.h 14header-y += setup.h 15header-y += sigcontext.h 16header-y += signal.h 17header-y += stat.h 18header-y += statfs.h 19header-y += swab.h 20header-y += unistd.h | 1# UAPI Header export list 2include include/uapi/asm-generic/Kbuild.asm 3 4header-y += auxvec.h 5header-y += byteorder.h 6header-y += fcntl.h 7header-y += hwcap.h 8header-y += ioctls.h --- 4 unchanged lines hidden (view full) --- 13header-y += ptrace.h 14header-y += setup.h 15header-y += sigcontext.h 16header-y += signal.h 17header-y += stat.h 18header-y += statfs.h 19header-y += swab.h 20header-y += unistd.h |
21genhdr-y += unistd-common.h 22genhdr-y += unistd-oabi.h 23genhdr-y += unistd-eabi.h |
|