mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
bcfe8fdf32
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
8 lines
172 B
Makefile
8 lines
172 B
Makefile
#
|
|
# (C) Copyright 2007 Semihalf
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_API) += api.o api_display.o api_net.o api_storage.o \
|
|
api_platform-$(ARCH).o
|