aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-03-18 18:34:43 +0530
committerYongqin Liu of Linaro <yongqin.liu@linaro.org>2014-05-15 14:53:43 +0000
commitb9568f3e9c5281da2634d130fe034556869b9f30 (patch)
treeba2c43a60ee5116b0bd62970ea95bc7b961df6e2
parenta74ade945776e80f99f3b05d06a131cfd353c3f6 (diff)
downloadbuild-linaro-juice-master-20140515.tar.gz
build boot files and generate tarballslinaro-juice-master-20140515
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 471dcb41d9..9b49d448ff 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1598,6 +1598,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 fa8e872947..1d923ff9db 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -689,6 +689,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