mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-05 14:01:04 +01:00
The last platform to enable this driver was removed in 2019. Remove this unused code and documentation now. Signed-off-by: Tom Rini <trini@konsulko.com>
7 lines
178 B
Makefile
7 lines
178 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2011 Jana Rapava <fermata7@gmail.com>
|
|
|
|
obj-$(CONFIG_USB_ULPI) += ulpi.o
|
|
obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi-viewport.o
|