diff options
Diffstat (limited to 'qemu/roms/u-boot/drivers/usb/phy/Makefile')
-rw-r--r-- | qemu/roms/u-boot/drivers/usb/phy/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/drivers/usb/phy/Makefile b/qemu/roms/u-boot/drivers/usb/phy/Makefile new file mode 100644 index 000000000..93d147e26 --- /dev/null +++ b/qemu/roms/u-boot/drivers/usb/phy/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (c) 2009 Wind River Systems, Inc. +# Tom Rix <Tom.Rix@windriver.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_TWL4030_USB) += twl4030.o +obj-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o |