summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel.bbclass')
-rw-r--r--meta/classes/kernel.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index d6a0ca8504..e4e8ee43ea 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -156,6 +156,7 @@ UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
156# Some Linux kernel configurations need additional parameters on the command line 156# Some Linux kernel configurations need additional parameters on the command line
157KERNEL_EXTRA_ARGS ?= "" 157KERNEL_EXTRA_ARGS ?= ""
158 158
159EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}""
159KERNEL_ALT_IMAGETYPE ??= "" 160KERNEL_ALT_IMAGETYPE ??= ""
160 161
161copy_initramfs() { 162copy_initramfs() {