common: Add phony target for aboot and kernel image

- aboot to generate apps bl
 - kernelimage to generate secure, 2k, 4k boot images

Change-Id: I68dba9ff4f42f96247fd6c2f9a101e04f724c9a4
This commit is contained in:
Channagoud Kadabi 2012-08-07 17:58:03 +05:30 committed by Linux Build Service Account
parent 14ee407de8
commit 27614e2e46
1 changed files with 6 additions and 0 deletions

View File

@ -251,3 +251,9 @@ ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(INSTALLED_4K_RECOVERYIMAGE_TARGET)
endif # !BUILD_TINY_ANDROID
endif # is-board-platform-in-list
.PHONY: aboot
aboot: $(INSTALLED_BOOTLOADER_MODULE)
.PHONY: kernelimage
kernelimage: $(INSTALLED_SEC_BOOTIMAGE_TARGET) $(INSTALLED_4K_BOOTIMAGE_TARGET)