321de3c8cc
[patch 1/10] s390: claw driver wiring. From: Andy Richter <richtera@us.ibm.com> claw network driver changes: - Add an entry to the drivers/s390/net Makefile to build the claw driver. - Add claw channel type to cu3088. Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
16 lines
428 B
Makefile
16 lines
428 B
Makefile
#
|
|
# S/390 network devices
|
|
#
|
|
|
|
ctc-objs := ctcmain.o ctctty.o ctcdbug.o
|
|
|
|
obj-$(CONFIG_IUCV) += iucv.o
|
|
obj-$(CONFIG_NETIUCV) += netiucv.o fsm.o
|
|
obj-$(CONFIG_SMSGIUCV) += smsgiucv.o
|
|
obj-$(CONFIG_CTC) += ctc.o fsm.o cu3088.o
|
|
obj-$(CONFIG_LCS) += lcs.o cu3088.o
|
|
obj-$(CONFIG_CLAW) += claw.o cu3088.o
|
|
qeth-y := qeth_main.o qeth_mpc.o qeth_sys.o qeth_eddp.o qeth_tso.o
|
|
qeth-$(CONFIG_PROC_FS) += qeth_proc.o
|
|
obj-$(CONFIG_QETH) += qeth.o
|