mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-01 03:33:14 +01:00
11 lines
271 B
Makefile
11 lines
271 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
|
|
ifdef CONFIG_USB_ETHER_ASIX
|
|
obj-y += asix.o
|
|
endif
|
|
obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o
|