提交 71152395 编写于 作者: S Simon Glass 提交者: Wolfgang Denk

sandbox: Disable standalone/API support

This is not useful on the sandbox architecture since we can simply link all
our code with U-Boot.
Signed-off-by: NSimon Glass <sjg@chromium.org>
上级 fe34107e
......@@ -137,9 +137,7 @@ unexport CDPATH
# The "tools" are needed early, so put this first
# Don't include stuff already done in $(LIBS)
SUBDIRS = tools \
examples/standalone \
examples/api
SUBDIRS = tools
.PHONY : $(SUBDIRS) $(VERSION_FILE) $(TIMESTAMP_FILE)
......@@ -156,6 +154,11 @@ sinclude $(obj)include/autoconf.mk
include $(obj)include/config.mk
export ARCH CPU BOARD VENDOR SOC
ifndef CONFIG_SANDBOX
SUBDIRS += examples/standalone \
examples/api
endif
# set default to nothing for native builds
ifeq ($(HOSTARCH),$(ARCH))
CROSS_COMPILE ?=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册