mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ad420282e2
All objects under api/ and examples/api/ directories are selected by CONFIG_API. So we can move CONFIG_API switch to the top Makefile. In order to use CONFIG_API, the definition of SUBDIR_EXAMPLES-y must be moved after "sinlude $(obj)include/autoconf.mk". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
9 lines
210 B
Makefile
9 lines
210 B
Makefile
#
|
|
# (C) Copyright 2007 Semihalf
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += api.o api_display.o api_net.o api_storage.o
|
|
obj-$(CONFIG_ARM) += api_platform-arm.o
|
|
obj-$(CONFIG_PPC) += api_platform-powerpc.o
|