mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>
24 lines
762 B
Diff
24 lines
762 B
Diff
From f74fbcd821a394dec58263fd2c2ea62eae298b2f Mon Sep 17 00:00:00 2001
|
|
From: "Goh, Wen Sen" <wen.sen.goh@intel.com>
|
|
Date: Sun, 26 Jun 2016 12:01:36 +0800
|
|
Subject: [PATCH] ixgbevf patch
|
|
|
|
---
|
|
common.mk | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/common.mk b/common.mk
|
|
index b9b01c7..228a926 100644
|
|
--- a/common.mk
|
|
+++ b/common.mk
|
|
@@ -289,6 +289,7 @@ export INSTALL_MOD_DIR ?= updates/drivers/net/ethernet/intel/${DRIVER}
|
|
kernelbuild = ${MAKE} $(if ${GCC_I_SYS},CC="${GCC_I_SYS}") \
|
|
${CCFLAGS_VAR}="${EXTRA_CFLAGS}" \
|
|
-C "${KSRC}" \
|
|
+ CONFIG_IXGBE=m \
|
|
CONFIG_${DRIVER_UPPERCASE}=m \
|
|
M="${CURDIR}" \
|
|
${2} ${1};
|
|
--
|
|
2.8.3
|