mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
44e32c7144
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
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
|