Update Kconfig use use CONFIG_LEGACY_API since the API is now deprecated. Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
196 B
Makefile
12 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
ifdef CONFIG_EXAMPLES
|
|
|
|
ifdef FTRACE
|
|
subdir-ccflags-y += -finstrument-functions -DFTRACE
|
|
endif
|
|
|
|
subdir-y += standalone
|
|
subdir-$(CONFIG_LEGACY_API) += api
|
|
endif
|