mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e9954b867c
This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE boot. Signed-off-by: Rene Griessl <rgriessl@cit-ec.uni-bielefeld.de>
11 lines
354 B
Makefile
11 lines
354 B
Makefile
#
|
|
# Copyright (c) 2011 The Chromium OS Authors.
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
# new USB host ethernet layer dependencies
|
|
obj-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
|
|
obj-$(CONFIG_USB_ETHER_ASIX) += asix.o
|
|
obj-$(CONFIG_USB_ETHER_ASIX88179) += asix88179.o
|
|
obj-$(CONFIG_USB_ETHER_MCS7830) += mcs7830.o
|
|
obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o
|