Added installclean target
This commit is contained in:
parent
dac5e0f29e
commit
12b4903e39
1 changed files with 5 additions and 0 deletions
|
@ -130,4 +130,9 @@ $(PRODUCT_OUT)/ramdisk.img: copy_modules_to_root
|
|||
|
||||
$(PRODUCT_OUT)/system.img: copy_modules_to_system
|
||||
|
||||
clean_kernel_and_modules:
|
||||
rm -rf $(KERNEL_BZIMAGE) $(KERNEL_OUT_MODINSTALL)
|
||||
|
||||
installclean: clean_kernel_and_modules
|
||||
|
||||
endif #TARGET_KERNEL_BUILT_FROM_SOURCE
|
||||
|
|
Loading…
Reference in a new issue