build: kernel: Remove duplicated targets
We call them already in TARGET_KERNEL_BINARIES Change-Id: I1a9cf89d59416fdb6c9c570d17fb490440d44159
This commit is contained in:
parent
84fda60f6b
commit
c66825b158
1 changed files with 0 additions and 2 deletions
|
@ -320,8 +320,6 @@ TARGET_KERNEL_BINARIES: $(KERNEL_OUT_STAMP) $(KERNEL_CONFIG) $(KERNEL_HEADERS_IN
|
|||
$(TARGET_KERNEL_MODULES): TARGET_KERNEL_BINARIES
|
||||
|
||||
$(TARGET_PREBUILT_INT_KERNEL): $(TARGET_KERNEL_MODULES)
|
||||
$(mv-modules)
|
||||
$(clean-module-folder)
|
||||
|
||||
$(KERNEL_HEADERS_INSTALL_STAMP): $(KERNEL_OUT_STAMP) $(KERNEL_CONFIG)
|
||||
@echo "Building Kernel Headers"
|
||||
|
|
Loading…
Reference in a new issue