aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-10-08 00:44:22 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-10-08 00:45:22 +0530
commit4f82d8354e60a693ddaf78b4ab4d7e6d28d692f9 (patch)
tree1c16b26d73f086b4ad066f383675bedac6428031
parent642c81ea4559836236a38123feec3d8e51d4b9c2 (diff)
downloadbuild-linaro-armv8-14.10.tar.gz
add tarball build tasks from device/linaro/commonlinaro-armv8-14.10
Change-Id: I8cf4d1ff1f88d58a6472deb20a14f0962071873b Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--core/Makefile1
-rw-r--r--core/main.mk4
2 files changed, 5 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 6fcd394315..8aa07d1963 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1604,6 +1604,7 @@ ifneq ($(dont_bother),true)
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/build/tasks/*.mk))
+-include $(sort $(wildcard device/*/common/tasks/*.mk))
endif
# -----------------------------------------------------------------
diff --git a/core/main.mk b/core/main.mk
index 1958a16748..f9203935a7 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -710,6 +710,10 @@ ifdef FULL_BUILD
$(foreach p,$(product_FILES),$(info : $(p)))
$(error done)
endif
+ ifneq ($(TARGET_BOOTLOADER_TYPE),fastboot)
+ # We need (host) fs_get_stats for the boottarball target
+ subdirs += build/tools/fs_get_stats
+ endif
else
# We're not doing a full build, and are probably only including
# a subset of the module makefiles. Don't try to build any modules