Re: [PATCH net-next] ibm emac: delete module references; phy.c only supported as built-in
From: David Miller <davem@davemloft.net>
Date: 2012-02-27 20:00:09
Also in:
linuxppc-dev
From: David Miller <davem@davemloft.net>
Date: 2012-02-27 20:00:09
Also in:
linuxppc-dev
From: Paul Gortmaker <redacted> Date: Mon, 27 Feb 2012 14:47:04 -0500
The Makefile has it as "ibm_emac-y := mal.o core.o phy.o" so there is no way this can be built modular, so remove all references to module support.
That doesn't mean it's only buildable statically.
"ibm_emacs-y :=" is merely a way to tell make what objects go into ibm_emac.{o,ko}
IBM_EMAC is tristate