aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/eth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/eth/Makefile')
-rw-r--r--drivers/usb/eth/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/eth/Makefile b/drivers/usb/eth/Makefile
index 6a5f25a38..e28793d5d 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)