X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Feth%2FMakefile;h=51b5b46b07abdff0d31c35d273aa345ebf4921fc;hb=fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3;hp=a8e9eff911bfb4a571450fbe6e55dab921e4fda9;hpb=9023ae305919d0aecb4a22726b9d08c6b08189d7;p=u-boot diff --git a/drivers/usb/eth/Makefile b/drivers/usb/eth/Makefile index a8e9eff911..51b5b46b07 100644 --- a/drivers/usb/eth/Makefile +++ b/drivers/usb/eth/Makefile @@ -28,6 +28,7 @@ COBJS-$(CONFIG_USB_HOST_ETHER) += usb_ether.o ifdef CONFIG_USB_ETHER_ASIX COBJS-y += asix.o endif +COBJS-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c)