mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 14:27:17 +00:00
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
|