mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 18:57:04 +00:00
option for Intel ME modules
This commit is contained in:
parent
f60f0543d6
commit
23e0dc84ef
@ -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 := \
|
||||
|
Loading…
Reference in New Issue
Block a user