diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-27 15:36:21 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-27 15:36:21 +0100 |
commit | 5eac51462f340b7c4a03b9220cf157c40b4990a5 (patch) | |
tree | 9b3ebf457ea5b1bc97aa29b1092e6e2236f18603 /drivers/s390/net/Makefile | |
parent | c1c58ada91cfe86f19d430282132434e620a1067 (diff) | |
parent | 4ec5240ec367a592834385893200dd4fb369354c (diff) | |
download | op-kernel-dev-5eac51462f340b7c4a03b9220cf157c40b4990a5.zip op-kernel-dev-5eac51462f340b7c4a03b9220cf157c40b4990a5.tar.gz |
Merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'drivers/s390/net/Makefile')
-rw-r--r-- | drivers/s390/net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/s390/net/Makefile b/drivers/s390/net/Makefile index 7cabb80..90d4d0e 100644 --- a/drivers/s390/net/Makefile +++ b/drivers/s390/net/Makefile @@ -9,6 +9,7 @@ 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 -qeth-y := qeth_main.o qeth_mpc.o qeth_sys.o qeth_eddp.o qeth_tso.o +obj-$(CONFIG_CLAW) += claw.o cu3088.o +qeth-y := qeth_main.o qeth_mpc.o qeth_sys.o qeth_eddp.o qeth-$(CONFIG_PROC_FS) += qeth_proc.o obj-$(CONFIG_QETH) += qeth.o |