mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
This driver handles the MTP ASC coprocessor, which does not need any special handling on the RTKit side and communicates out-of-band. Signed-off-by: Hector Martin <marcan@marcan.st> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += board.o
|
|
obj-y += lowlevel_init.o
|
|
obj-y += rtkit.o
|
|
obj-$(CONFIG_APPLE_MTP_KEYB) += rtkit_helper.o
|
|
obj-$(CONFIG_NVME_APPLE) += sart.o
|