This website requires JavaScript.
Explore
Help
Sign In
hollalinux
/
linux-sg2042
mirror of
https://github.com/sophgo/linux-riscv.git
Watch
1
Star
0
Fork
You've already forked linux-sg2042
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c607d27c8
linux-sg2042
/
net
/
iucv
/
Makefile
7 lines
88 B
Makefile
Raw
Normal View
History
Unescape
Escape
[S390]: Rewrite of the IUCV base code, part 2 Add rewritten IUCV base code to net/iucv. Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-09 05:37:42 +08:00
#
# Makefile for IUCV
#
obj-$(CONFIG_IUCV)
+=
iucv.o
[S390]: Add AF_IUCV socket support From: Jennifer Hunt <jenhunt@us.ibm.com> This patch adds AF_IUCV socket support. Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2007-02-09 05:51:54 +08:00
obj-$(CONFIG_AFIUCV)
+=
af_iucv.o