summaryrefslogtreecommitdiff
path: root/drivers/usb/eth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/eth/Makefile')
-rw-r--r--drivers/usb/eth/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/eth/Makefile b/drivers/usb/eth/Makefile
index a0f56765b3..6a5f25a386 100644
--- a/drivers/usb/eth/Makefile
+++ b/drivers/usb/eth/Makefile
@@ -25,6 +25,9 @@ LIB := $(obj)libusb_eth.a
# new USB host ethernet layer dependencies
COBJS-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
+ifdef CONFIG_USB_ETHER_ASIX
+COBJS-y += asix.o
+endif
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)