This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-06 03:51:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
397eada946
linux
/
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-08 21:37:42 +00: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-08 21:51:54 +00:00
obj-$(CONFIG_AFIUCV)
+=
af_iucv.o
Reference in New Issue
Copy Permalink