]> git.ipfire.org Git - people/ms/u-boot.git/blob - drivers/usb/eth/Makefile
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
[people/ms/u-boot.git] / drivers / usb / eth / Makefile
1 #
2 # Copyright (c) 2011 The Chromium OS Authors.
3 # SPDX-License-Identifier: GPL-2.0+
4 #
5
6 # new USB host ethernet layer dependencies
7 obj-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
8 obj-$(CONFIG_USB_ETHER_ASIX) += asix.o
9 obj-$(CONFIG_USB_ETHER_MCS7830) += mcs7830.o
10 obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o