Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eadec453 authored by Aaron Kling's avatar Aaron Kling
Browse files

fixup! kernel: Move kernel platform to in-tree location

Also need to update the path in the kernel source existence check.

Change-Id: I5185da41fc24943075e043ca17ea51ba79355bfa
parent d3486c90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ ifeq "$(wildcard $(KERNEL_SRC) )" ""
    endif

    ifneq ($(TARGET_KERNEL_PLATFORM_TARGET),)
        ifeq "$(wildcard $(abspath $(BUILD_TOP)/../kernel-$(TARGET_KERNEL_VERSION))/$(KERNEL_SRC) )" ""
        ifeq "$(wildcard $(abspath $(BUILD_TOP)/kernel/platform/kernel-$(TARGET_KERNEL_VERSION))/$(KERNEL_SRC) )" ""
            $(warning ***************************************************************)
            $(warning *                                                             *)
            $(warning * No kernel platform source found.                            *)