Skip to content

Commit

Permalink
build: Add "dtbs" target when building the kernel
Browse files Browse the repository at this point in the history
 * This is needed for 3.10

Change-Id: I4044ea9e67017452efc25097a3327141a6627c24
  • Loading branch information
hyperb1iss authored and darkspadez committed Nov 13, 2014
1 parent c645a60 commit 344934d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tasks/kernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ $(KERNEL_OUT)/piggy : $(TARGET_PREBUILT_INT_KERNEL)

TARGET_KERNEL_BINARIES: $(KERNEL_OUT) $(KERNEL_CONFIG) $(KERNEL_HEADERS_INSTALL)
$(MAKE) -C $(KERNEL_SRC) O=$(KERNEL_OUT) ARCH=$(TARGET_ARCH) $(ARM_CROSS_COMPILE) $(TARGET_PREBUILT_INT_KERNEL_TYPE)
-$(MAKE) -C $(KERNEL_SRC) O=$(KERNEL_OUT) ARCH=$(TARGET_ARCH) $(ARM_CROSS_COMPILE) dtbs
-$(MAKE) -C $(KERNEL_SRC) O=$(KERNEL_OUT) ARCH=$(TARGET_ARCH) $(ARM_CROSS_COMPILE) modules
-$(MAKE) -C $(KERNEL_SRC) O=$(KERNEL_OUT) INSTALL_MOD_PATH=../../$(KERNEL_MODULES_INSTALL) ARCH=$(TARGET_ARCH) $(ARM_CROSS_COMPILE) modules_install
$(mv-modules)
Expand Down

0 comments on commit 344934d

Please sign in to comment.