From b9568f3e9c5281da2634d130fe034556869b9f30 Mon Sep 17 00:00:00 2001 From: Amit Pundir Date: Tue, 18 Mar 2014 18:34:43 +0530 Subject: build boot files and generate tarballs Signed-off-by: Amit Pundir --- core/Makefile | 1 + core/main.mk | 4 ++++ 2 files changed, 5 insertions(+) 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 -- cgit v1.2.3