Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1f8b444c
Commit
1f8b444c
authored
Sep 21, 2006
by
David Woodhouse
Browse files
Options
Browse Files
Download
Plain Diff
Merge
ssh://git.infradead.org/~/public_git/hdroneline
parents
e478bec0
fadcfa33
Changes
29
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
29 changed files
with
721 additions
and
159 deletions
+721
-159
include/Kbuild
include/Kbuild
+9
-2
include/asm-alpha/Kbuild
include/asm-alpha/Kbuild
+8
-2
include/asm-generic/Kbuild
include/asm-generic/Kbuild
+12
-3
include/asm-generic/Kbuild.asm
include/asm-generic/Kbuild.asm
+32
-6
include/asm-i386/Kbuild
include/asm-i386/Kbuild
+7
-2
include/asm-ia64/Kbuild
include/asm-ia64/Kbuild
+14
-4
include/asm-powerpc/Kbuild
include/asm-powerpc/Kbuild
+38
-7
include/asm-s390/Kbuild
include/asm-s390/Kbuild
+9
-2
include/asm-sparc/Kbuild
include/asm-sparc/Kbuild
+20
-4
include/asm-sparc64/Kbuild
include/asm-sparc64/Kbuild
+23
-4
include/asm-x86_64/Kbuild
include/asm-x86_64/Kbuild
+14
-4
include/linux/Kbuild
include/linux/Kbuild
+340
-60
include/linux/byteorder/Kbuild
include/linux/byteorder/Kbuild
+7
-2
include/linux/dvb/Kbuild
include/linux/dvb/Kbuild
+9
-2
include/linux/netfilter/Kbuild
include/linux/netfilter/Kbuild
+37
-10
include/linux/netfilter_arp/Kbuild
include/linux/netfilter_arp/Kbuild
+3
-2
include/linux/netfilter_bridge/Kbuild
include/linux/netfilter_bridge/Kbuild
+17
-4
include/linux/netfilter_ipv4/Kbuild
include/linux/netfilter_ipv4/Kbuild
+62
-20
include/linux/netfilter_ipv6/Kbuild
include/linux/netfilter_ipv6/Kbuild
+21
-6
include/linux/nfsd/Kbuild
include/linux/nfsd/Kbuild
+7
-2
include/linux/raid/Kbuild
include/linux/raid/Kbuild
+2
-1
include/linux/sunrpc/Kbuild
include/linux/sunrpc/Kbuild
+1
-1
include/linux/tc_act/Kbuild
include/linux/tc_act/Kbuild
+4
-1
include/linux/tc_ematch/Kbuild
include/linux/tc_ematch/Kbuild
+4
-1
include/mtd/Kbuild
include/mtd/Kbuild
+6
-2
include/rdma/Kbuild
include/rdma/Kbuild
+1
-1
include/scsi/Kbuild
include/scsi/Kbuild
+3
-1
include/sound/Kbuild
include/sound/Kbuild
+10
-2
include/video/Kbuild
include/video/Kbuild
+1
-1
No files found.
include/Kbuild
View file @
1f8b444c
header-y += asm-generic/ linux/ scsi/ sound/ mtd/ rdma/ video/
header-y += asm-$(ARCH)/
header-y += asm-generic/
header-y += linux/
header-y += scsi/
header-y += sound/
header-y += mtd/
header-y += rdma/
header-y += video/
header-y += asm-$(ARCH)/
include/asm-alpha/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
unifdef-y += console.h fpu.h sysinfo.h compiler.h
header-y += gentrap.h
header-y += regdef.h
header-y += pal.h
header-y += reg.h
header-y += gentrap.h regdef.h pal.h reg.h
unifdef-y += console.h
unifdef-y += fpu.h
unifdef-y += sysinfo.h
unifdef-y += compiler.h
include/asm-generic/Kbuild
View file @
1f8b444c
header-y += atomic.h errno-base.h errno.h fcntl.h ioctl.h ipc.h mman.h \
signal.h statfs.h
unifdef-y := resource.h siginfo.h
header-y += atomic.h
header-y += errno-base.h
header-y += errno.h
header-y += fcntl.h
header-y += ioctl.h
header-y += ipc.h
header-y += mman.h
header-y += signal.h
header-y += statfs.h
unifdef-y += resource.h
unifdef-y += siginfo.h
include/asm-generic/Kbuild.asm
View file @
1f8b444c
unifdef
-
y
+
=
a.out.h
auxvec.h
byte
order.h
errno.h
fcntl.h
ioctl.h
\
ioctls.h
ipcbuf.h
mman.h
msgbuf.h
param.h
poll.h
\
posix_types.h
ptrace.h
resource.h
sembuf.h
shmbuf.h
shmparam.h
\
sigcontext.h
si
ginfo.h
si
gnal.h
socket.h
sockios.h
stat.h
\
statfs.h
termbits.h
termios.h
types.h
unistd.h
user.h
unifdef
-
y
+
=
a.out.h
unifdef
-
y
+
=
auxvec.h
unifdef
-
y
+
=
byte
order.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
+
=
shmbuf.h
unifdef
-
y
+
=
si
gcontext.h
unifdef
-
y
+
=
si
ginfo.h
unifdef
-
y
+
=
si
gnal.h
unifdef
-
y
+
=
socket.h
unifdef
-
y
+
=
sockios.h
unifdef
-
y
+
=
stat.h
unifdef
-
y
+
=
statfs.h
unifdef
-
y
+
=
termbits.h
unifdef
-
y
+
=
termios.h
unifdef
-
y
+
=
types.h
unifdef
-
y
+
=
unistd.h
unifdef
-
y
+
=
user.h
#
These
probably
shouldn
'
t
be
exported
unifdef
-
y
+
=
elf.h
page.h
unifdef
-
y
+
=
shmparam.h
unifdef
-
y
+
=
elf.h
unifdef
-
y
+
=
page.h
include/asm-i386/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
header-y += boot.h debugreg.h ldt.h ucontext.h
header-y += boot.h
header-y += debugreg.h
header-y += ldt.h
header-y += ucontext.h
unifdef-y += mtrr.h setup.h vm86.h
unifdef-y += mtrr.h
unifdef-y += setup.h
unifdef-y += vm86.h
include/asm-ia64/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
header-y += break.h fpu.h fpswa.h gcc_intrin.h ia64regs.h \
intel_intrin.h intrinsics.h perfmon_default_smpl.h \
ptrace_offsets.h rse.h setup.h ucontext.h
header-y += break.h
header-y += fpu.h
header-y += fpswa.h
header-y += gcc_intrin.h
header-y += ia64regs.h
header-y += intel_intrin.h
header-y += intrinsics.h
header-y += perfmon_default_smpl.h
header-y += ptrace_offsets.h
header-y += rse.h
header-y += setup.h
header-y += ucontext.h
unifdef-y += perfmon.h ustack.h
unifdef-y += perfmon.h
unifdef-y += ustack.h
include/asm-powerpc/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
unifdef-y += a.out.h asm-compat.h bootx.h byteorder.h cputable.h elf.h \
nvram.h param.h posix_types.h ptrace.h seccomp.h signal.h \
termios.h types.h unistd.h
header-y += auxvec.h
header-y += ioctls.h
header-y += mman.h
header-y += sembuf.h
header-y += siginfo.h
header-y += stat.h
header-y += errno.h
header-y += ipcbuf.h
header-y += msgbuf.h
header-y += shmbuf.h
header-y += socket.h
header-y += termbits.h
header-y += fcntl.h
header-y += ipc.h
header-y += poll.h
header-y += shmparam.h
header-y += sockios.h
header-y += ucontext.h
header-y += ioctl.h
header-y += linkage.h
header-y += resource.h
header-y += sigcontext.h
header-y += statfs.h
header-y += auxvec.h ioctls.h mman.h sembuf.h siginfo.h stat.h errno.h \
ipcbuf.h msgbuf.h shmbuf.h socket.h termbits.h fcntl.h ipc.h \
poll.h shmparam.h sockios.h ucontext.h ioctl.h linkage.h \
resource.h sigcontext.h statfs.h
unifdef-y += a.out.h
unifdef-y += asm-compat.h
unifdef-y += bootx.h
unifdef-y += byteorder.h
unifdef-y += cputable.h
unifdef-y += elf.h
unifdef-y += nvram.h
unifdef-y += param.h
unifdef-y += posix_types.h
unifdef-y += ptrace.h
unifdef-y += seccomp.h
unifdef-y += signal.h
unifdef-y += termios.h
unifdef-y += types.h
unifdef-y += unistd.h
include/asm-s390/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
unifdef-y += cmb.h debug.h
header-y += dasd.h qeth.h tape390.h ucontext.h vtoc.h z90crypt.h
header-y += dasd.h
header-y += qeth.h
header-y += tape390.h
header-y += ucontext.h
header-y += vtoc.h
header-y += z90crypt.h
unifdef-y += cmb.h
unifdef-y += debug.h
include/asm-sparc/Kbuild
View file @
1f8b444c
include include/asm-generic/Kbuild.asm
unifdef-y += fbio.h perfctr.h psr.h
header-y += apc.h asi.h auxio.h bpp.h head.h ipc.h jsflash.h \
openpromio.h pbm.h pconf.h pgtsun4.h reg.h traps.h \
turbosparc.h vfc_ioctls.h winmacro.h
header-y += apc.h
header-y += asi.h
header-y += auxio.h
header-y += bpp.h
header-y += head.h
header-y += ipc.h
header-y += jsflash.h
header-y += openpromio.h
header-y += pbm.h
header-y += pconf.h
header-y += pgtsun4.h
header-y += reg.h
header-y += traps.h
header-y += turbosparc.h
header-y += vfc_ioctls.h
header-y += winmacro.h
unifdef-y += fbio.h
unifdef-y += perfctr.h
unifdef-y += psr.h
include/asm-sparc64/Kbuild
View file @
1f8b444c
...
...
@@ -4,7 +4,26 @@ ALTARCH := sparc
ARCHDEF := defined __sparc__ && defined __arch64__
ALTARCHDEF := defined __sparc__ && !defined __arch64__
unifdef-y += fbio.h perfctr.h
header-y += apb.h asi.h bbc.h bpp.h display7seg.h envctrl.h floppy.h \
ipc.h kdebug.h mostek.h openprom.h openpromio.h parport.h \
pconf.h psrcompat.h pstate.h reg.h uctx.h utrap.h watchdog.h
header-y += apb.h
header-y += asi.h
header-y += bbc.h
header-y += bpp.h
header-y += display7seg.h
header-y += envctrl.h
header-y += floppy.h
header-y += ipc.h
header-y += kdebug.h
header-y += mostek.h
header-y += openprom.h
header-y += openpromio.h
header-y += parport.h
header-y += pconf.h
header-y += psrcompat.h
header-y += pstate.h
header-y += reg.h
header-y += uctx.h
header-y += utrap.h
header-y += watchdog.h
unifdef-y += fbio.h
unifdef-y += perfctr.h
include/asm-x86_64/Kbuild
View file @
1f8b444c
...
...
@@ -4,8 +4,18 @@ ALTARCH := i386
ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__
header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
msr.h prctl.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h
header-y += boot.h
header-y += bootsetup.h
header-y += cpufeature.h
header-y += debugreg.h
header-y += ldt.h
header-y += msr.h
header-y += prctl.h
header-y += setup.h
header-y += sigcontext32.h
header-y += ucontext.h
header-y += vsyscall32.h
unifdef-y += mce.h mtrr.h vsyscall.h
unifdef-y += mce.h
unifdef-y += mtrr.h
unifdef-y += vsyscall.h
include/linux/Kbuild
View file @
1f8b444c
This diff is collapsed.
Click to expand it.
include/linux/byteorder/Kbuild
View file @
1f8b444c
unifdef-y += generic.h swabb.h swab.h
header-y += big_endian.h little_endian.h pdp_endian.h
header-y += big_endian.h
header-y += little_endian.h
header-y += pdp_endian.h
unifdef-y += generic.h
unifdef-y += swabb.h
unifdef-y += swab.h
include/linux/dvb/Kbuild
View file @
1f8b444c
header-y += ca.h frontend.h net.h osd.h version.h
unifdef-y := audio.h dmx.h video.h
header-y += ca.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
include/linux/netfilter/Kbuild
View file @
1f8b444c
header-y := nf_conntrack_sctp.h nf_conntrack_tuple_common.h \
nfnetlink_conntrack.h nfnetlink_log.h nfnetlink_queue.h \
xt_CLASSIFY.h xt_comment.h xt_connbytes.h xt_connmark.h \
xt_CONNMARK.h xt_conntrack.h xt_dccp.h xt_esp.h \
xt_helper.h xt_length.h xt_limit.h xt_mac.h xt_mark.h \
xt_MARK.h xt_multiport.h xt_NFQUEUE.h xt_pkttype.h \
xt_policy.h xt_realm.h xt_sctp.h xt_state.h xt_string.h \
xt_tcpmss.h xt_tcpudp.h xt_SECMARK.h xt_CONNSECMARK.h
header-y += nf_conntrack_sctp.h
header-y += nf_conntrack_tuple_common.h
header-y += nfnetlink_conntrack.h
header-y += nfnetlink_log.h
header-y += nfnetlink_queue.h
header-y += xt_CLASSIFY.h
header-y += xt_comment.h
header-y += xt_connbytes.h
header-y += xt_connmark.h
header-y += xt_CONNMARK.h
header-y += xt_conntrack.h
header-y += xt_dccp.h
header-y += xt_esp.h
header-y += xt_helper.h
header-y += xt_length.h
header-y += xt_limit.h
header-y += xt_mac.h
header-y += xt_mark.h
header-y += xt_MARK.h
header-y += xt_multiport.h
header-y += xt_NFQUEUE.h
header-y += xt_pkttype.h
header-y += xt_policy.h
header-y += xt_realm.h
header-y += xt_sctp.h
header-y += xt_state.h
header-y += xt_string.h
header-y += xt_tcpmss.h
header-y += xt_tcpudp.h
header-y += xt_SECMARK.h
header-y += xt_CONNSECMARK.h
unifdef-y := nf_conntrack_common.h nf_conntrack_ftp.h \
nf_conntrack_tcp.h nfnetlink.h x_tables.h xt_physdev.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 += x_tables.h
unifdef-y += xt_physdev.h
include/linux/netfilter_arp/Kbuild
View file @
1f8b444c
header-y := arpt_mangle.h
unifdef-y := arp_tables.h
header-y += arpt_mangle.h
unifdef-y += arp_tables.h
include/linux/netfilter_bridge/Kbuild
View file @
1f8b444c
header-y += ebt_among.h ebt_arp.h ebt_arpreply.h ebt_ip.h ebt_limit.h \
ebt_log.h ebt_mark_m.h ebt_mark_t.h ebt_nat.h ebt_pkttype.h \
ebt_redirect.h ebt_stp.h ebt_ulog.h ebt_vlan.h
unifdef-y := ebtables.h 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_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_pkttype.h
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
include/linux/netfilter_ipv4/Kbuild
View file @
1f8b444c
header-y += ip_conntrack_helper.h
header-y += ip_conntrack_helper_h323_asn1.h
header-y += ip_conntrack_helper_h323_types.h
header-y += ip_conntrack_protocol.h
header-y += ip_conntrack_sctp.h
header-y += ip_conntrack_tcp.h
header-y += ip_conntrack_tftp.h
header-y += ip_nat_pptp.h
header-y += ipt_addrtype.h
header-y += ipt_ah.h
header-y += ipt_CLASSIFY.h
header-y += ipt_CLUSTERIP.h
header-y += ipt_comment.h
header-y += ipt_connbytes.h
header-y += ipt_connmark.h
header-y += ipt_CONNMARK.h
header-y += ipt_conntrack.h
header-y += ipt_dccp.h
header-y += ipt_dscp.h
header-y += ipt_DSCP.h
header-y += ipt_ecn.h
header-y += ipt_ECN.h
header-y += ipt_esp.h
header-y += ipt_hashlimit.h
header-y += ipt_helper.h
header-y += ipt_iprange.h
header-y += ipt_length.h
header-y += ipt_limit.h
header-y += ipt_LOG.h
header-y += ipt_mac.h
header-y += ipt_mark.h
header-y += ipt_MARK.h
header-y += ipt_multiport.h
header-y += ipt_NFQUEUE.h
header-y += ipt_owner.h
header-y += ipt_physdev.h
header-y += ipt_pkttype.h
header-y += ipt_policy.h
header-y += ipt_realm.h
header-y += ipt_recent.h
header-y += ipt_REJECT.h
header-y += ipt_SAME.h
header-y += ipt_sctp.h
header-y += ipt_state.h
header-y += ipt_string.h
header-y += ipt_tcpmss.h
header-y += ipt_TCPMSS.h
header-y += ipt_tos.h
header-y += ipt_TOS.h
header-y += ipt_ttl.h
header-y += ipt_TTL.h
header-y += ipt_ULOG.h
header-y := ip_conntrack_helper.h ip_conntrack_helper_h323_asn1.h \
ip_conntrack_helper_h323_types.h ip_conntrack_protocol.h \
ip_conntrack_sctp.h ip_conntrack_tcp.h ip_conntrack_tftp.h \
ip_nat_pptp.h ipt_addrtype.h ipt_ah.h \
ipt_CLASSIFY.h ipt_CLUSTERIP.h ipt_comment.h \
ipt_connbytes.h ipt_connmark.h ipt_CONNMARK.h \
ipt_conntrack.h ipt_dccp.h ipt_dscp.h ipt_DSCP.h ipt_ecn.h \
ipt_ECN.h ipt_esp.h ipt_hashlimit.h ipt_helper.h \
ipt_iprange.h ipt_length.h ipt_limit.h ipt_LOG.h ipt_mac.h \
ipt_mark.h ipt_MARK.h ipt_multiport.h ipt_NFQUEUE.h \
ipt_owner.h ipt_physdev.h ipt_pkttype.h ipt_policy.h \
ipt_realm.h ipt_recent.h ipt_REJECT.h ipt_SAME.h \
ipt_sctp.h ipt_state.h ipt_string.h ipt_tcpmss.h \
ipt_TCPMSS.h ipt_tos.h ipt_TOS.h ipt_ttl.h ipt_TTL.h \
ipt_ULOG.h
unifdef-y := ip_conntrack.h ip_conntrack_h323.h ip_conntrack_irc.h \
ip_conntrack_pptp.h ip_conntrack_proto_gre.h \
ip_conntrack_tuple.h ip_nat.h ip_nat_rule.h ip_queue.h \
ip_tables.h
unifdef-y += ip_conntrack.h
unifdef-y += ip_conntrack_h323.h
unifdef-y += ip_conntrack_irc.h
unifdef-y += ip_conntrack_pptp.h
unifdef-y += ip_conntrack_proto_gre.h
unifdef-y += ip_conntrack_tuple.h
unifdef-y += ip_nat.h
unifdef-y += ip_nat_rule.h
unifdef-y += ip_queue.h
unifdef-y += ip_tables.h
include/linux/netfilter_ipv6/Kbuild
View file @
1f8b444c
header-y += ip6t_HL.h ip6t_LOG.h ip6t_MARK.h ip6t_REJECT.h ip6t_ah.h \
ip6t_esp.h ip6t_frag.h ip6t_hl.h ip6t_ipv6header.h \
ip6t_length.h ip6t_limit.h ip6t_mac.h ip6t_mark.h \
ip6t_multiport.h ip6t_opts.h ip6t_owner.h ip6t_policy.h \
ip6t_physdev.h ip6t_rt.h
unifdef-y := ip6_tables.h
header-y += ip6t_HL.h
header-y += ip6t_LOG.h
header-y += ip6t_MARK.h
header-y += ip6t_REJECT.h
header-y += ip6t_ah.h
header-y += ip6t_esp.h
header-y += ip6t_frag.h
header-y += ip6t_hl.h
header-y += ip6t_ipv6header.h
header-y += ip6t_length.h
header-y += ip6t_limit.h
header-y += ip6t_mac.h
header-y += ip6t_mark.h
header-y += ip6t_multiport.h
header-y += ip6t_opts.h
header-y += ip6t_owner.h
header-y += ip6t_policy.h
header-y += ip6t_physdev.h
header-y += ip6t_rt.h
unifdef-y += ip6_tables.h
include/linux/nfsd/Kbuild
View file @
1f8b444c
unifdef-y := const.h export.h stats.h syscall.h nfsfh.h debug.h auth.h
unifdef-y += const.h
unifdef-y += export.h
unifdef-y += stats.h
unifdef-y += syscall.h
unifdef-y += nfsfh.h
unifdef-y += debug.h
unifdef-y += auth.h
include/linux/raid/Kbuild
View file @
1f8b444c
header-y += md_p.h md_u.h
header-y += md_p.h
header-y += md_u.h
include/linux/sunrpc/Kbuild
View file @
1f8b444c
unifdef-y
:
= debug.h
unifdef-y
+
= debug.h
include/linux/tc_act/Kbuild
View file @
1f8b444c
header-y += tc_gact.h tc_ipt.h tc_mirred.h tc_pedit.h
header-y += tc_gact.h
header-y += tc_ipt.h
header-y += tc_mirred.h
header-y += tc_pedit.h
include/linux/tc_ematch/Kbuild
View file @
1f8b444c
headers-y := tc_em_cmp.h tc_em_meta.h tc_em_nbyte.h tc_em_text.h
header-y += tc_em_cmp.h
header-y += tc_em_meta.h
header-y += tc_em_nbyte.h
header-y += tc_em_text.h
include/mtd/Kbuild
View file @
1f8b444c
unifdef-y := mtd-abi.h
header-y := inftl-user.h jffs2-user.h mtd-user.h nftl-user.h
header-y += inftl-user.h
header-y += jffs2-user.h
header-y += mtd-user.h
header-y += nftl-user.h
unifdef-y += mtd-abi.h
include/rdma/Kbuild
View file @
1f8b444c
header-y
:
= ib_user_mad.h
header-y
+
= ib_user_mad.h
include/scsi/Kbuild
View file @
1f8b444c
header-y += scsi.h
unifdef-y := scsi_ioctl.h sg.h
unifdef-y += scsi_ioctl.h
unifdef-y += sg.h
include/sound/Kbuild
View file @
1f8b444c
header-y := asound_fm.h hdsp.h hdspm.h sfnt_info.h sscape_ioctl.h
unifdef-y := asequencer.h asound.h emu10k1.h sb16_csp.h
header-y += asound_fm.h
header-y += hdsp.h
header-y += hdspm.h
header-y += sfnt_info.h
header-y += sscape_ioctl.h
unifdef-y += asequencer.h
unifdef-y += asound.h
unifdef-y += emu10k1.h
unifdef-y += sb16_csp.h
include/video/Kbuild
View file @
1f8b444c
unifdef-y
:
= sisfb.h
unifdef-y
+
= sisfb.h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment