1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-19 01:22:09 +02:00
Files
u-boot-megous/drivers/usb/ulpi/Makefile
Masahiro Yamada 44e32c7144 drivers: usb: convert makefiles to Kbuild style
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2013-10-31 13:25:38 -04:00

10 lines
243 B
Makefile

#
# Copyright (C) 2011 Jana Rapava <fermata7@gmail.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-$(CONFIG_USB_ULPI) += ulpi.o
obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi-viewport.o
obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o