Regularly, when a new header is created in include/uapi/, the developer forgets to add it in the corresponding Kbuild file. This error is usually detected after the release is out. In fact, all headers under uapi directories should be exported, thus it's useless to have an exhaustive list. After this patch, the following files, which were not exported, are now exported (with make headers_install_all): asm-arc/kvm_para.h asm-arc/ucontext.h asm-blackfin/shmparam.h asm-blackfin/ucontext.h asm-c6x/shmparam.h asm-c6x/ucontext.h asm-cris/kvm_para.h asm-h8300/shmparam.h asm-h8300/ucontext.h asm-hexagon/shmparam.h asm-m32r/kvm_para.h asm-m68k/kvm_para.h asm-m68k/shmparam.h asm-metag/kvm_para.h asm-metag/shmparam.h asm-metag/ucontext.h asm-mips/hwcap.h asm-mips/reg.h asm-mips/ucontext.h asm-nios2/kvm_para.h asm-nios2/ucontext.h asm-openrisc/shmparam.h asm-parisc/kvm_para.h asm-powerpc/perf_regs.h asm-sh/kvm_para.h asm-sh/ucontext.h asm-tile/shmparam.h asm-unicore32/shmparam.h asm-unicore32/ucontext.h asm-x86/hwcap2.h asm-xtensa/kvm_para.h drm/armada_drm.h drm/etnaviv_drm.h drm/vgem_drm.h linux/aspeed-lpc-ctrl.h linux/auto_dev-ioctl.h linux/bcache.h linux/btrfs_tree.h linux/can/vxcan.h linux/cifs/cifs_mount.h linux/coresight-stm.h linux/cryptouser.h linux/fsmap.h linux/genwqe/genwqe_card.h linux/hash_info.h linux/kcm.h linux/kcov.h linux/kfd_ioctl.h linux/lightnvm.h linux/module.h linux/nbd-netlink.h linux/nilfs2_api.h linux/nilfs2_ondisk.h linux/nsfs.h linux/pr.h linux/qrtr.h linux/rpmsg.h linux/sched/types.h linux/sed-opal.h linux/smc.h linux/smc_diag.h linux/stm.h linux/switchtec_ioctl.h linux/vfio_ccw.h linux/wil6210_uapi.h rdma/bnxt_re-abi.h Note that I have removed from this list the files which are generated in every exported directories (like .install or .install.cmd). Thanks to Julien Floret <julien.floret@6wind.com> for the tip to get all subdirs with a pure makefile command. For the record, note that exported files for asm directories are a mix of files listed by: - include/uapi/asm-generic/Kbuild.asm; - arch/<arch>/include/uapi/asm/Kbuild; - arch/<arch>/include/asm/Kbuild. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Russell King <rmk+kernel@armlinux.org.uk> Acked-by: Mark Salter <msalter@redhat.com> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>tirimbino
parent
ea6819e1f2
commit
fcc8487d47
@ -1,23 +1,6 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += auxvec.h |
||||
header-y += byteorder.h |
||||
header-y += fcntl.h |
||||
header-y += hwcap.h |
||||
header-y += ioctls.h |
||||
header-y += kvm_para.h |
||||
header-y += mman.h |
||||
header-y += perf_regs.h |
||||
header-y += posix_types.h |
||||
header-y += ptrace.h |
||||
header-y += setup.h |
||||
header-y += sigcontext.h |
||||
header-y += signal.h |
||||
header-y += stat.h |
||||
header-y += statfs.h |
||||
header-y += swab.h |
||||
header-y += unistd.h |
||||
genhdr-y += unistd-common.h |
||||
genhdr-y += unistd-oabi.h |
||||
genhdr-y += unistd-eabi.h |
||||
|
@ -1,5 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += sv_addr.agh |
||||
header-y += sv_addr_ag.h |
||||
header-y += svinto.h |
||||
header-y += user.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += cryptocop.h |
||||
header-y += user.h |
@ -1,44 +1,5 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += ../arch-v10/arch/ |
||||
header-y += ../arch-v32/arch/ |
||||
header-y += auxvec.h |
||||
header-y += bitsperlong.h |
||||
header-y += byteorder.h |
||||
header-y += elf.h |
||||
header-y += elf_v10.h |
||||
header-y += elf_v32.h |
||||
header-y += errno.h |
||||
header-y += ethernet.h |
||||
header-y += etraxgpio.h |
||||
header-y += fcntl.h |
||||
header-y += ioctl.h |
||||
header-y += ioctls.h |
||||
header-y += ipcbuf.h |
||||
header-y += mman.h |
||||
header-y += msgbuf.h |
||||
header-y += param.h |
||||
header-y += poll.h |
||||
header-y += posix_types.h |
||||
header-y += ptrace.h |
||||
header-y += ptrace_v10.h |
||||
header-y += ptrace_v32.h |
||||
header-y += resource.h |
||||
header-y += rs485.h |
||||
header-y += sembuf.h |
||||
header-y += setup.h |
||||
header-y += shmbuf.h |
||||
header-y += sigcontext.h |
||||
header-y += siginfo.h |
||||
header-y += signal.h |
||||
header-y += socket.h |
||||
header-y += sockios.h |
||||
header-y += stat.h |
||||
header-y += statfs.h |
||||
header-y += swab.h |
||||
header-y += sync_serial.h |
||||
header-y += termbits.h |
||||
header-y += termios.h |
||||
header-y += types.h |
||||
header-y += unistd.h |
||||
subdir-y += ../arch-v10/arch/ |
||||
subdir-y += ../arch-v32/arch/ |
||||
|
@ -1,14 +1,6 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += byteorder.h |
||||
header-y += ech.h |
||||
header-y += ptrace.h |
||||
header-y += sigcontext.h |
||||
header-y += siginfo.h |
||||
header-y += swab.h |
||||
header-y += unistd.h |
||||
|
||||
generic-y += mman.h |
||||
generic-y += resource.h |
||||
generic-y += setup.h |
||||
|
@ -1,6 +1,5 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += elf.h |
||||
|
||||
generic-y += setup.h |
||||
generic-y += ucontext.h |
||||
|
@ -1,17 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += abi.h |
||||
header-y += chip.h |
||||
header-y += chip_tilegx.h |
||||
header-y += chip_tilepro.h |
||||
header-y += icache.h |
||||
header-y += interrupts.h |
||||
header-y += interrupts_32.h |
||||
header-y += interrupts_64.h |
||||
header-y += opcode.h |
||||
header-y += opcode_tilegx.h |
||||
header-y += opcode_tilepro.h |
||||
header-y += sim.h |
||||
header-y += sim_def.h |
||||
header-y += spr_def.h |
||||
header-y += spr_def_32.h |
||||
header-y += spr_def_64.h |
@ -1,21 +1,6 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += auxvec.h |
||||
header-y += bitsperlong.h |
||||
header-y += byteorder.h |
||||
header-y += cachectl.h |
||||
header-y += hardwall.h |
||||
header-y += kvm_para.h |
||||
header-y += mman.h |
||||
header-y += ptrace.h |
||||
header-y += setup.h |
||||
header-y += sigcontext.h |
||||
header-y += siginfo.h |
||||
header-y += signal.h |
||||
header-y += stat.h |
||||
header-y += swab.h |
||||
header-y += ucontext.h |
||||
header-y += unistd.h |
||||
|
||||
generic-y += ucontext.h |
||||
|
||||
subdir-y += ../arch |
||||
|
@ -1,10 +1,4 @@ |
||||
# UAPI Header export list |
||||
include include/uapi/asm-generic/Kbuild.asm |
||||
|
||||
header-y += byteorder.h |
||||
header-y += kvm_para.h |
||||
header-y += ptrace.h |
||||
header-y += sigcontext.h |
||||
header-y += unistd.h |
||||
|
||||
generic-y += kvm_para.h |
||||
|
@ -1,2 +0,0 @@ |
||||
# Top-level Makefile calls into asm-$(ARCH) |
||||
# List only non-arch directories below |
@ -1 +0,0 @@ |
||||
include include/uapi/asm-generic/Kbuild.asm |
@ -1,15 +0,0 @@ |
||||
# UAPI Header export list |
||||
# Top-level Makefile calls into asm-$(ARCH) |
||||
# List only non-arch directories below |
||||
|
||||
|
||||
header-y += asm-generic/ |
||||
header-y += linux/ |
||||
header-y += sound/ |
||||
header-y += mtd/ |
||||
header-y += rdma/ |
||||
header-y += video/ |
||||
header-y += drm/ |
||||
header-y += xen/ |
||||
header-y += scsi/ |
||||
header-y += misc/ |
@ -1,36 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += auxvec.h |
||||
header-y += bitsperlong.h |
||||
header-y += errno-base.h |
||||
header-y += errno.h |
||||
header-y += fcntl.h |
||||
header-y += int-l64.h |
||||
header-y += int-ll64.h |
||||
header-y += ioctl.h |
||||
header-y += ioctls.h |
||||
header-y += ipcbuf.h |
||||
header-y += kvm_para.h |
||||
header-y += mman-common.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 += shmparam.h |
||||
header-y += siginfo.h |
||||
header-y += signal-defs.h |
||||
header-y += signal.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 += ucontext.h |
||||
header-y += unistd.h |
@ -1,49 +1,33 @@ |
||||
# |
||||
# Headers that are optional in usr/include/asm/ |
||||
# |
||||
opt-header += kvm.h |
||||
opt-header += kvm_para.h |
||||
opt-header += a.out.h |
||||
|
||||
# |
||||
# Headers that are mandatory in usr/include/asm/ |
||||
# |
||||
header-y += auxvec.h |
||||
header-y += bitsperlong.h |
||||
header-y += byteorder.h |
||||
header-y += errno.h |
||||
header-y += fcntl.h |
||||
header-y += ioctl.h |
||||
header-y += ioctls.h |
||||
header-y += ipcbuf.h |
||||
header-y += mman.h |
||||
header-y += msgbuf.h |
||||
header-y += param.h |
||||
header-y += poll.h |
||||
header-y += posix_types.h |
||||
header-y += ptrace.h |
||||
header-y += resource.h |
||||
header-y += sembuf.h |
||||
header-y += setup.h |
||||
header-y += shmbuf.h |
||||
header-y += sigcontext.h |
||||
header-y += siginfo.h |
||||
header-y += signal.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 |
||||
|
||||
header-y += $(foreach hdr,$(opt-header), \ |
||||
$(if \ |
||||
$(wildcard \ |
||||
$(srctree)/arch/$(SRCARCH)/include/uapi/asm/$(hdr) \ |
||||
$(srctree)/arch/$(SRCARCH)/include/asm/$(hdr) \ |
||||
), \ |
||||
$(hdr) \ |
||||
)) |
||||
mandatory-y += auxvec.h |
||||
mandatory-y += bitsperlong.h |
||||
mandatory-y += byteorder.h |
||||
mandatory-y += errno.h |
||||
mandatory-y += fcntl.h |
||||
mandatory-y += ioctl.h |
||||
mandatory-y += ioctls.h |
||||
mandatory-y += ipcbuf.h |
||||
mandatory-y += mman.h |
||||
mandatory-y += msgbuf.h |
||||
mandatory-y += param.h |
||||
mandatory-y += poll.h |
||||
mandatory-y += posix_types.h |
||||
mandatory-y += ptrace.h |
||||
mandatory-y += resource.h |
||||
mandatory-y += sembuf.h |
||||
mandatory-y += setup.h |
||||
mandatory-y += shmbuf.h |
||||
mandatory-y += sigcontext.h |
||||
mandatory-y += siginfo.h |
||||
mandatory-y += signal.h |
||||
mandatory-y += socket.h |
||||
mandatory-y += sockios.h |
||||
mandatory-y += stat.h |
||||
mandatory-y += statfs.h |
||||
mandatory-y += swab.h |
||||
mandatory-y += termbits.h |
||||
mandatory-y += termios.h |
||||
mandatory-y += types.h |
||||
mandatory-y += unistd.h |
||||
|
@ -1,23 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += drm.h |
||||
header-y += drm_fourcc.h |
||||
header-y += drm_mode.h |
||||
header-y += drm_sarea.h |
||||
header-y += amdgpu_drm.h |
||||
header-y += exynos_drm.h |
||||
header-y += i810_drm.h |
||||
header-y += i915_drm.h |
||||
header-y += mga_drm.h |
||||
header-y += nouveau_drm.h |
||||
header-y += omap_drm.h |
||||
header-y += qxl_drm.h |
||||
header-y += r128_drm.h |
||||
header-y += radeon_drm.h |
||||
header-y += savage_drm.h |
||||
header-y += sis_drm.h |
||||
header-y += tegra_drm.h |
||||
header-y += via_drm.h |
||||
header-y += vmwgfx_drm.h |
||||
header-y += msm_drm.h |
||||
header-y += vc4_drm.h |
||||
header-y += virtgpu_drm.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += binder.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += big_endian.h |
||||
header-y += little_endian.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += caif_socket.h |
||||
header-y += if_caif.h |
@ -1,6 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += bcm.h |
||||
header-y += error.h |
||||
header-y += gw.h |
||||
header-y += netlink.h |
||||
header-y += raw.h |
@ -1,9 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += audio.h |
||||
header-y += ca.h |
||||
header-y += dmx.h |
||||
header-y += frontend.h |
||||
header-y += net.h |
||||
header-y += osd.h |
||||
header-y += version.h |
||||
header-y += video.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ioctl.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += hsi_char.h cs-protocol.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += events.h |
||||
header-y += types.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += capicmd.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ioctl.h |
@ -1,89 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ipset/ |
||||
header-y += nf_conntrack_common.h |
||||
header-y += nf_conntrack_ftp.h |
||||
header-y += nf_conntrack_sctp.h |
||||
header-y += nf_conntrack_tcp.h |
||||
header-y += nf_conntrack_tuple_common.h |
||||
header-y += nf_log.h |
||||
header-y += nf_tables.h |
||||
header-y += nf_tables_compat.h |
||||
header-y += nf_nat.h |
||||
header-y += nfnetlink.h |
||||
header-y += nfnetlink_acct.h |
||||
header-y += nfnetlink_compat.h |
||||
header-y += nfnetlink_conntrack.h |
||||
header-y += nfnetlink_cthelper.h |
||||
header-y += nfnetlink_cttimeout.h |
||||
header-y += nfnetlink_log.h |
||||
header-y += nfnetlink_queue.h |
||||
header-y += x_tables.h |
||||
header-y += xt_AUDIT.h |
||||
header-y += xt_CHECKSUM.h |
||||
header-y += xt_CLASSIFY.h |
||||
header-y += xt_CONNMARK.h |
||||
header-y += xt_CONNSECMARK.h |
||||
header-y += xt_CT.h |
||||
header-y += xt_DSCP.h |
||||
header-y += xt_HMARK.h |
||||
header-y += xt_IDLETIMER.h |
||||
header-y += xt_LED.h |
||||
header-y += xt_LOG.h |
||||
header-y += xt_MARK.h |
||||
header-y += xt_NFLOG.h |
||||
header-y += xt_NFQUEUE.h |
||||
header-y += xt_RATEEST.h |
||||
header-y += xt_SECMARK.h |
||||
header-y += xt_SYNPROXY.h |
||||
header-y += xt_TCPMSS.h |
||||
header-y += xt_TCPOPTSTRIP.h |
||||
header-y += xt_TEE.h |
||||
header-y += xt_TPROXY.h |
||||
header-y += xt_addrtype.h |
||||
header-y += xt_bpf.h |
||||
header-y += xt_cgroup.h |
||||
header-y += xt_cluster.h |
||||
header-y += xt_comment.h |
||||
header-y += xt_connbytes.h |
||||
header-y += xt_connlabel.h |
||||
header-y += xt_connlimit.h |
||||
header-y += xt_connmark.h |
||||
header-y += xt_conntrack.h |
||||
header-y += xt_cpu.h |
||||
header-y += xt_dccp.h |
||||
header-y += xt_devgroup.h |
||||
header-y += xt_dscp.h |
||||
header-y += xt_ecn.h |
||||
header-y += xt_esp.h |
||||
header-y += xt_hashlimit.h |
||||
header-y += xt_helper.h |
||||
header-y += xt_ipcomp.h |
||||
header-y += xt_iprange.h |
||||
header-y += xt_ipvs.h |
||||
header-y += xt_l2tp.h |
||||
header-y += xt_length.h |
||||
header-y += xt_limit.h |
||||
header-y += xt_mac.h |
||||
header-y += xt_mark.h |
||||
header-y += xt_multiport.h |
||||
header-y += xt_nfacct.h |
||||
header-y += xt_osf.h |
||||
header-y += xt_owner.h |
||||
header-y += xt_physdev.h |
||||
header-y += xt_pkttype.h |
||||
header-y += xt_policy.h |
||||
header-y += xt_quota.h |
||||
header-y += xt_rateest.h |
||||
header-y += xt_realm.h |
||||
header-y += xt_recent.h |
||||
header-y += xt_rpfilter.h |
||||
header-y += xt_sctp.h |
||||
header-y += xt_set.h |
||||
header-y += xt_socket.h |
||||
header-y += xt_state.h |
||||
header-y += xt_statistic.h |
||||
header-y += xt_string.h |
||||
header-y += xt_tcpmss.h |
||||
header-y += xt_tcpudp.h |
||||
header-y += xt_time.h |
||||
header-y += xt_u32.h |
@ -1,5 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ip_set.h |
||||
header-y += ip_set_bitmap.h |
||||
header-y += ip_set_hash.h |
||||
header-y += ip_set_list.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += arp_tables.h |
||||
header-y += arpt_mangle.h |
@ -1,18 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ebt_802_3.h |
||||
header-y += ebt_among.h |
||||
header-y += ebt_arp.h |
||||
header-y += ebt_arpreply.h |
||||
header-y += ebt_ip.h |
||||
header-y += ebt_ip6.h |
||||
header-y += ebt_limit.h |
||||
header-y += ebt_log.h |
||||
header-y += ebt_mark_m.h |
||||
header-y += ebt_mark_t.h |
||||
header-y += ebt_nat.h |
||||
header-y += ebt_nflog.h |
||||
header-y += ebt_pkttype.h |
||||
header-y += ebt_redirect.h |
||||
header-y += ebt_stp.h |
||||
header-y += ebt_vlan.h |
||||
header-y += ebtables.h |
@ -1,10 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ip_tables.h |
||||
header-y += ipt_CLUSTERIP.h |
||||
header-y += ipt_ECN.h |
||||
header-y += ipt_LOG.h |
||||
header-y += ipt_REJECT.h |
||||
header-y += ipt_TTL.h |
||||
header-y += ipt_ah.h |
||||
header-y += ipt_ecn.h |
||||
header-y += ipt_ttl.h |
@ -1,13 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ip6_tables.h |
||||
header-y += ip6t_HL.h |
||||
header-y += ip6t_LOG.h |
||||
header-y += ip6t_NPT.h |
||||
header-y += ip6t_REJECT.h |
||||
header-y += ip6t_ah.h |
||||
header-y += ip6t_frag.h |
||||
header-y += ip6t_hl.h |
||||
header-y += ip6t_ipv6header.h |
||||
header-y += ip6t_mh.h |
||||
header-y += ip6t_opts.h |
||||
header-y += ip6t_rt.h |
@ -1,6 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += cld.h |
||||
header-y += debug.h |
||||
header-y += export.h |
||||
header-y += nfsfh.h |
||||
header-y += stats.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += md_p.h |
||||
header-y += md_u.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += spidev.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += debug.h |
@ -1,16 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += tc_csum.h |
||||
header-y += tc_defact.h |
||||
header-y += tc_gact.h |
||||
header-y += tc_ipt.h |
||||
header-y += tc_mirred.h |
||||
header-y += tc_sample.h |
||||
header-y += tc_nat.h |
||||
header-y += tc_pedit.h |
||||
header-y += tc_skbedit.h |
||||
header-y += tc_vlan.h |
||||
header-y += tc_bpf.h |
||||
header-y += tc_connmark.h |
||||
header-y += tc_ife.h |
||||
header-y += tc_tunnel_key.h |
||||
header-y += tc_skbmod.h |
@ -1,5 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += tc_em_cmp.h |
||||
header-y += tc_em_meta.h |
||||
header-y += tc_em_nbyte.h |
||||
header-y += tc_em_text.h |
@ -1,12 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += audio.h |
||||
header-y += cdc.h |
||||
header-y += cdc-wdm.h |
||||
header-y += ch11.h |
||||
header-y += ch9.h |
||||
header-y += functionfs.h |
||||
header-y += g_printer.h |
||||
header-y += gadgetfs.h |
||||
header-y += midi.h |
||||
header-y += tmc.h |
||||
header-y += video.h |
@ -1,2 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += i2400m.h |
@ -1,2 +0,0 @@ |
||||
# misc Header export list |
||||
header-y += cxl.h |
@ -1,6 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += inftl-user.h |
||||
header-y += mtd-abi.h |
||||
header-y += mtd-user.h |
||||
header-y += nftl-user.h |
||||
header-y += ubi-user.h |
@ -1,20 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += ib_user_cm.h |
||||
header-y += rdma_user_ioctl.h |
||||
header-y += ib_user_mad.h |
||||
header-y += ib_user_sa.h |
||||
header-y += ib_user_verbs.h |
||||
header-y += rdma_netlink.h |
||||
header-y += rdma_user_cm.h |
||||
header-y += hfi/ |
||||
header-y += rdma_user_rxe.h |
||||
header-y += cxgb3-abi.h |
||||
header-y += cxgb4-abi.h |
||||
header-y += mlx4-abi.h |
||||
header-y += mlx5-abi.h |
||||
header-y += mthca-abi.h |
||||
header-y += nes-abi.h |
||||
header-y += ocrdma-abi.h |
||||
header-y += hns-abi.h |
||||
header-y += vmw_pvrdma-abi.h |
||||
header-y += qedr-abi.h |
@ -1,3 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += hfi1_user.h |
||||
header-y += hfi1_ioctl.h |
@ -1,6 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += fc/ |
||||
header-y += scsi_bsg_fc.h |
||||
header-y += scsi_netlink.h |
||||
header-y += scsi_netlink_fc.h |
||||
header-y += cxlflash_ioctl.h |
@ -1,5 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += fc_els.h |
||||
header-y += fc_fs.h |
||||
header-y += fc_gs.h |
||||
header-y += fc_ns.h |
@ -1,16 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += asequencer.h |
||||
header-y += asoc.h |
||||
header-y += asound.h |
||||
header-y += asound_fm.h |
||||
header-y += compress_offload.h |
||||
header-y += compress_params.h |
||||
header-y += emu10k1.h |
||||
header-y += firewire.h |
||||
header-y += hdsp.h |
||||
header-y += hdspm.h |
||||
header-y += sb16_csp.h |
||||
header-y += sfnt_info.h |
||||
header-y += tlv.h |
||||
header-y += usb_stream.h |
||||
header-y += snd_sst_tokens.h |
@ -1,4 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += edid.h |
||||
header-y += sisfb.h |
||||
header-y += uvesafb.h |
@ -1,5 +0,0 @@ |
||||
# UAPI Header export list |
||||
header-y += evtchn.h |
||||
header-y += gntalloc.h |
||||
header-y += gntdev.h |
||||
header-y += privcmd.h |
Loading…
Reference in new issue