From 23e0dc84ef44cbbd8953a64dfadc5be3ac9b7765 Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 10 Apr 2018 15:28:24 -0400 Subject: [PATCH] option for Intel ME modules --- modules/linux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/linux b/modules/linux index 0d183a83..7f04b441 100644 --- a/modules/linux +++ b/modules/linux @@ -80,6 +80,10 @@ linux_modules-$(CONFIG_LINUX_USB) += drivers/usb/storage/usb-storage.ko linux_modules-$(CONFIG_LINUX_NVME) += drivers/nvme/host/nvme.ko linux_modules-$(CONFIG_LINUX_NVME) += drivers/nvme/host/nvme-core.ko +# ME drivers for talking the the management engine +linux_modules-$(CONFIG_LINUX_MEI) += drivers/misc/mei/mei.ko +linux_modules-$(CONFIG_LINUX_MEI) += drivers/misc/mei/mei-me.ko + EXTRA_FLAGS := -fdebug-prefix-map=$(pwd)=heads -gno-record-gcc-switches linux_target := \