Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] s390: Makefile cleanup

[PATCH 3/9] s390: Makefile cleanup

From: Frank Pavlic <fpavlic@de.ibm.com>
remove CONFIG_MPC from Makefile which was
introduced accidently in the past.

Signed-off-by: Frank Pavlic <fpavlic@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

authored by

Frank Pavlic and committed by
Jeff Garzik
f449c565 16a83b30

-1
-1
drivers/s390/net/Makefile
··· 10 10 obj-$(CONFIG_CTC) += ctc.o fsm.o cu3088.o 11 11 obj-$(CONFIG_LCS) += lcs.o cu3088.o 12 12 obj-$(CONFIG_CLAW) += claw.o cu3088.o 13 - obj-$(CONFIG_MPC) += ctcmpc.o fsm.o cu3088.o 14 13 qeth-y := qeth_main.o qeth_mpc.o qeth_sys.o qeth_eddp.o 15 14 qeth-$(CONFIG_PROC_FS) += qeth_proc.o 16 15 obj-$(CONFIG_QETH) += qeth.o