X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fphy%2FMakefile;fp=drivers%2Fnet%2Fphy%2FMakefile;h=320f8323123fbb291c280575ecb4c403ef8476b5;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=e4116a5fbb4c0fea3bd396b29a749126f799a21b;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index e4116a5fb..320f83231 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -8,3 +8,6 @@ obj-$(CONFIG_DAVICOM_PHY) += davicom.o obj-$(CONFIG_CICADA_PHY) += cicada.o obj-$(CONFIG_LXT_PHY) += lxt.o obj-$(CONFIG_QSEMI_PHY) += qsemi.o +obj-$(CONFIG_SMSC_PHY) += smsc.o +obj-$(CONFIG_VITESSE_PHY) += vitesse.o +obj-$(CONFIG_FIXED_PHY) += fixed.o