You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
include: replace unifdef-y with header-y
unifdef-y and header-y has same semantic. So there is no need to have both. Drop the unifdef-y variant and sort all lines again Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
This commit is contained in:
@@ -3,6 +3,8 @@ 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
|
||||
@@ -12,10 +14,12 @@ 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
|
||||
@@ -28,8 +32,3 @@ header-y += termios.h
|
||||
header-y += types.h
|
||||
header-y += ucontext.h
|
||||
header-y += unistd.h
|
||||
|
||||
unifdef-y += int-l64.h
|
||||
unifdef-y += int-ll64.h
|
||||
unifdef-y += resource.h
|
||||
unifdef-y += siginfo.h
|
||||
|
||||
@@ -10,35 +10,36 @@ endif
|
||||
|
||||
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \
|
||||
$(srctree)/include/asm-$(SRCARCH)/a.out.h),)
|
||||
unifdef-y += a.out.h
|
||||
header-y += a.out.h
|
||||
endif
|
||||
unifdef-y += auxvec.h
|
||||
unifdef-y += byteorder.h
|
||||
unifdef-y += bitsperlong.h
|
||||
unifdef-y += errno.h
|
||||
unifdef-y += fcntl.h
|
||||
unifdef-y += ioctl.h
|
||||
unifdef-y += ioctls.h
|
||||
unifdef-y += ipcbuf.h
|
||||
unifdef-y += mman.h
|
||||
unifdef-y += msgbuf.h
|
||||
unifdef-y += param.h
|
||||
unifdef-y += poll.h
|
||||
unifdef-y += posix_types.h
|
||||
unifdef-y += ptrace.h
|
||||
unifdef-y += resource.h
|
||||
unifdef-y += sembuf.h
|
||||
unifdef-y += setup.h
|
||||
unifdef-y += shmbuf.h
|
||||
unifdef-y += sigcontext.h
|
||||
unifdef-y += siginfo.h
|
||||
unifdef-y += signal.h
|
||||
unifdef-y += socket.h
|
||||
unifdef-y += sockios.h
|
||||
unifdef-y += stat.h
|
||||
unifdef-y += statfs.h
|
||||
unifdef-y += swab.h
|
||||
unifdef-y += termbits.h
|
||||
unifdef-y += termios.h
|
||||
unifdef-y += types.h
|
||||
unifdef-y += unistd.h
|
||||
|
||||
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
|
||||
|
||||
+14
-12
@@ -1,12 +1,14 @@
|
||||
unifdef-y += drm.h drm_sarea.h drm_mode.h
|
||||
unifdef-y += i810_drm.h
|
||||
unifdef-y += i830_drm.h
|
||||
unifdef-y += i915_drm.h
|
||||
unifdef-y += mga_drm.h
|
||||
unifdef-y += r128_drm.h
|
||||
unifdef-y += radeon_drm.h
|
||||
unifdef-y += sis_drm.h
|
||||
unifdef-y += savage_drm.h
|
||||
unifdef-y += vmwgfx_drm.h
|
||||
unifdef-y += via_drm.h
|
||||
unifdef-y += nouveau_drm.h
|
||||
header-y += drm.h
|
||||
header-y += drm_mode.h
|
||||
header-y += drm_sarea.h
|
||||
header-y += i810_drm.h
|
||||
header-y += i830_drm.h
|
||||
header-y += i915_drm.h
|
||||
header-y += mga_drm.h
|
||||
header-y += nouveau_drm.h
|
||||
header-y += r128_drm.h
|
||||
header-y += radeon_drm.h
|
||||
header-y += savage_drm.h
|
||||
header-y += sis_drm.h
|
||||
header-y += via_drm.h
|
||||
header-y += vmwgfx_drm.h
|
||||
|
||||
+234
-234
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,2 @@
|
||||
unifdef-y += big_endian.h
|
||||
unifdef-y += little_endian.h
|
||||
header-y += big_endian.h
|
||||
header-y += little_endian.h
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
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
|
||||
|
||||
unifdef-y += audio.h
|
||||
unifdef-y += dmx.h
|
||||
unifdef-y += video.h
|
||||
header-y += video.h
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
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 += nfnetlink.h
|
||||
header-y += nfnetlink_compat.h
|
||||
header-y += nfnetlink_conntrack.h
|
||||
header-y += nfnetlink_log.h
|
||||
header-y += nfnetlink_queue.h
|
||||
header-y += x_tables.h
|
||||
header-y += xt_CHECKSUM.h
|
||||
header-y += xt_CLASSIFY.h
|
||||
header-y += xt_CONNMARK.h
|
||||
@@ -31,9 +37,9 @@ header-y += xt_dccp.h
|
||||
header-y += xt_dscp.h
|
||||
header-y += xt_esp.h
|
||||
header-y += xt_hashlimit.h
|
||||
header-y += xt_helper.h
|
||||
header-y += xt_iprange.h
|
||||
header-y += xt_ipvs.h
|
||||
header-y += xt_helper.h
|
||||
header-y += xt_length.h
|
||||
header-y += xt_limit.h
|
||||
header-y += xt_mac.h
|
||||
@@ -41,7 +47,9 @@ header-y += xt_mark.h
|
||||
header-y += xt_multiport.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
|
||||
@@ -54,12 +62,3 @@ header-y += xt_tcpmss.h
|
||||
header-y += xt_tcpudp.h
|
||||
header-y += xt_time.h
|
||||
header-y += xt_u32.h
|
||||
|
||||
unifdef-y += nf_conntrack_common.h
|
||||
unifdef-y += nf_conntrack_ftp.h
|
||||
unifdef-y += nf_conntrack_tcp.h
|
||||
unifdef-y += nfnetlink.h
|
||||
unifdef-y += nfnetlink_compat.h
|
||||
unifdef-y += x_tables.h
|
||||
unifdef-y += xt_physdev.h
|
||||
unifdef-y += xt_policy.h
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
header-y += arp_tables.h
|
||||
header-y += arpt_mangle.h
|
||||
|
||||
unifdef-y += arp_tables.h
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
header-y += ebt_802_3.h
|
||||
header-y += ebt_among.h
|
||||
header-y += ebt_arp.h
|
||||
header-y += ebt_arpreply.h
|
||||
@@ -12,6 +13,4 @@ header-y += ebt_redirect.h
|
||||
header-y += ebt_stp.h
|
||||
header-y += ebt_ulog.h
|
||||
header-y += ebt_vlan.h
|
||||
|
||||
unifdef-y += ebtables.h
|
||||
unifdef-y += ebt_802_3.h
|
||||
header-y += ebtables.h
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
header-y += ip_queue.h
|
||||
header-y += ip_tables.h
|
||||
header-y += ipt_CLUSTERIP.h
|
||||
header-y += ipt_ECN.h
|
||||
header-y += ipt_LOG.h
|
||||
@@ -10,6 +12,3 @@ header-y += ipt_ah.h
|
||||
header-y += ipt_ecn.h
|
||||
header-y += ipt_realm.h
|
||||
header-y += ipt_ttl.h
|
||||
|
||||
unifdef-y += ip_queue.h
|
||||
unifdef-y += ip_tables.h
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
header-y += ip6_tables.h
|
||||
header-y += ip6t_HL.h
|
||||
header-y += ip6t_LOG.h
|
||||
header-y += ip6t_REJECT.h
|
||||
header-y += ip6t_ah.h
|
||||
header-y += ip6t_frag.h
|
||||
header-y += ip6t_ipv6header.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
|
||||
|
||||
unifdef-y += ip6_tables.h
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
unifdef-y += const.h
|
||||
unifdef-y += debug.h
|
||||
unifdef-y += export.h
|
||||
unifdef-y += nfsfh.h
|
||||
unifdef-y += stats.h
|
||||
unifdef-y += syscall.h
|
||||
header-y += const.h
|
||||
header-y += debug.h
|
||||
header-y += export.h
|
||||
header-y += nfsfh.h
|
||||
header-y += stats.h
|
||||
header-y += syscall.h
|
||||
|
||||
@@ -1 +1 @@
|
||||
unifdef-y += debug.h
|
||||
header-y += debug.h
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
header-y += asequencer.h
|
||||
header-y += asound.h
|
||||
header-y += asound_fm.h
|
||||
header-y += emu10k1.h
|
||||
header-y += hdsp.h
|
||||
header-y += hdspm.h
|
||||
header-y += sb16_csp.h
|
||||
header-y += sfnt_info.h
|
||||
|
||||
unifdef-y += asequencer.h
|
||||
unifdef-y += asound.h
|
||||
unifdef-y += emu10k1.h
|
||||
unifdef-y += sb16_csp.h
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
unifdef-y += sisfb.h uvesafb.h
|
||||
unifdef-y += edid.h
|
||||
header-y += edid.h
|
||||
header-y += sisfb.h
|
||||
header-y += uvesafb.h
|
||||
|
||||
Reference in New Issue
Block a user