aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2011-08-30 16:25:57 +0400
committerVishal Bhoj <vishal.bhoj@linaro.org>2011-08-30 17:45:04 +0400
commit45f7969d21930a1ffa8776cd643e1637a88ce632 (patch)
treea3d7887581e0f42d2ec262bd89e83a2394902d1e
parent7f71171d7b60b9e2b5c66577e30bc15057836c67 (diff)
downloadbuild-45f7969d21930a1ffa8776cd643e1637a88ce632.tar.gz
Add kernel build as dependancy for system tarball
Change-Id: I9ebd7f70f7f2ee8ccc3d2b4521677886a0212658
-rw-r--r--core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile
index 531e6337fd..b44f63e6a0 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -786,7 +786,7 @@ endif
system_tar := $(PRODUCT_OUT)/system.tar
INSTALLED_SYSTEMTARBALL_TARGET := $(system_tar).$(SYSTEM_TARBALL_FORMAT)
$(INSTALLED_SYSTEMTARBALL_TARGET): PRIVATE_SYSTEM_TAR := $(system_tar)
-$(INSTALLED_SYSTEMTARBALL_TARGET): $(FS_GET_STATS) $(INTERNAL_SYSTEMIMAGE_FILES)
+$(INSTALLED_SYSTEMTARBALL_TARGET): $(FS_GET_STATS) $(INTERNAL_SYSTEMIMAGE_FILES) $(INSTALLED_KERNEL_TARGET)
$(build-systemtarball-target)
.PHONY: systemtarball-nodeps