Skip to content

Commit

Permalink
Add prebuilt kernel from compiled phase.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgigena committed Dec 4, 2024
1 parent 137cc52 commit db82ded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TARGET_KERNEL_BINARIES: $(KERNEL_OUT) $(KERNEL_CONFIG) $(KERNEL_HEADERS_INSTALL)
$(MAKE) -C $(KERNEL_SRC) O=$(KERNEL_OUT) INSTALL_MOD_PATH=../../$(KERNEL_MODULES_INSTALL) ARCH=$(TARGET_ARCH) $(ARM_CROSS_COMPILE) modules_install

# Kernel - prebuilt
TARGET_FORCE_PREBUILT_KERNEL := false
TARGET_FORCE_PREBUILT_KERNEL := true
ifeq ($(TARGET_FORCE_PREBUILT_KERNEL),true)
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/Image.gz-dtb
endif
Expand Down
Binary file added prebuilt/Image.gz-dtb
Binary file not shown.

0 comments on commit db82ded

Please sign in to comment.