summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-04 17:24:36 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:07:51 -0500
commitcbce795e5ef2175b1fd3ec580281ef8ce397afd7 (patch)
treef88776cf0b30a8f9286e99d469faae66773e5789 /Makefile
parent433b2f1e5a837426b3269a83a81bc572c3beaf75 (diff)
downloadblackbird-obmc-uboot-cbce795e5ef2175b1fd3ec580281ef8ce397afd7.tar.gz
blackbird-obmc-uboot-cbce795e5ef2175b1fd3ec580281ef8ce397afd7.zip
examples: move api/ and standalone/ entry to examples/Makefile
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a245370794..f3e62b46e4 100644
--- a/Makefile
+++ b/Makefile
@@ -570,11 +570,8 @@ SUBDIRS = $(SUBDIR_TOOLS)
.PHONY : $(SUBDIRS) $(VERSION_FILE) $(TIMESTAMP_FILE)
-SUBDIR_EXAMPLES-y := examples/standalone
-SUBDIR_EXAMPLES-$(CONFIG_API) += examples/api
-ifndef CONFIG_SANDBOX
+SUBDIR_EXAMPLES-y := examples
SUBDIRS += $(SUBDIR_EXAMPLES-y)
-endif
#########################################################################
# U-Boot objects....order is important (i.e. start must be first)
OpenPOWER on IntegriCloud