zephyr-kernel.inc: Remove include file

This file has little advantage and can be easily replaced by just
directly including the src include file.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Andrei Gherzan
2021-02-16 15:33:03 +00:00
committed by Naveen Saini
parent 081024fd56
commit 146e16bafb
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
require zephyr-kernel.inc
require zephyr-kernel-src.inc
require zephyr-kernel-common.inc
inherit testimage

View File

@@ -1,4 +0,0 @@
inherit zephyr-kernel-src
S = "${WORKDIR}/git"