[linux-yocto] [PATCH] x86: Add missing Makefile entry so Sideband driver actually builds

Yong, Jonathan jonathan.yong at intel.com
Wed Jun 29 18:52:52 PDT 2016


The entry went missing when we removed an obsolete patch. Add it
back in to correct it.

Signed-off-by: Yong, Jonathan <jonathan.yong at intel.com>
---
 arch/x86/platform/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile
index a62e0be..cf2e901 100644
--- a/arch/x86/platform/Makefile
+++ b/arch/x86/platform/Makefile
@@ -1,4 +1,5 @@
 # Platform specific code goes here
+obj-y	+= bxt/
 obj-y	+= ce4100/
 obj-y	+= efi/
 obj-y	+= geode/
-- 
2.7.3



More information about the linux-yocto mailing list