From c43b367bc6c7a1843ec200e6115ecf34284348af 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 d223122893..0f4467bcf4 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1671,6 +1671,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 c165aa461c..d59994e7ba 100644 --- a/core/main.mk +++ b/core/main.mk @@ -708,6 +708,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