Victor Ding has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/55890 )
Change subject: Allow MEC1308 to build against DOS and libpayload ......................................................................
Allow MEC1308 to build against DOS and libpayload
MEC1308 EC driver compiles successfully against DOS and libpayload.
Signed-off-by: Victor Ding victording@google.com Change-Id: Ic50fa2841b9e01b008ce82462e2b7120ee490a68 --- M Makefile 1 file changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/90/55890/1
diff --git a/Makefile b/Makefile index 373d99d..41ba861 100644 --- a/Makefile +++ b/Makefile @@ -175,11 +175,6 @@ else override CONFIG_FT2232_SPI = no endif -ifeq ($(CONFIG_MEC1308), yes) -UNSUPPORTED_FEATURES += CONFIG_MEC1308=yes -else -override CONFIG_MEC1308 = no -endif ifeq ($(CONFIG_USBBLASTER_SPI), yes) UNSUPPORTED_FEATURES += CONFIG_USBBLASTER_SPI=yes else @@ -381,11 +376,6 @@ else override CONFIG_FT2232_SPI = no endif -ifeq ($(CONFIG_MEC1308), yes) -UNSUPPORTED_FEATURES += CONFIG_MEC1308=yes -else -override CONFIG_MEC1308 = no -endif ifeq ($(CONFIG_USBBLASTER_SPI), yes) UNSUPPORTED_FEATURES += CONFIG_USBBLASTER_SPI=yes else