mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
9 lines
164 B
Makefile
9 lines
164 B
Makefile
|
#
|
||
|
# (C) Copyright 2015 Google, Inc
|
||
|
# Written by Simon Glass <sjg@chromium.org>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
|