Victor Ding has uploaded this change for review.

View Change

Mark ENE_LPC and MEC1308 as NEED_RAW_ACCESS

Both uses INB/OUTB and hence should be marked as NEED_RAW_ACCESS in the
makefiles; fixing.

Signed-off-by: Victor Ding <victording@google.com>
Change-Id: I6fafd9f59d06f60e9491e3e059c1205d48d8232e
---
M Makefile
1 file changed, 2 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/11/46811/1
diff --git a/Makefile b/Makefile
index 8af7042..3a0748c 100644
--- a/Makefile
+++ b/Makefile
@@ -898,11 +898,13 @@
ifeq ($(CONFIG_ENE_LPC), yes)
FEATURE_CFLAGS += -D'CONFIG_ENE_LPC=1'
PROGRAMMER_OBJS += ene_lpc.o
+NEED_RAW_ACCESS += CONFIG_ENE_LPC
endif

ifeq ($(CONFIG_MEC1308), yes)
FEATURE_CFLAGS += -D'CONFIG_MEC1308=1'
PROGRAMMER_OBJS += mec1308.o
+NEED_RAW_ACCESS += CONFIG_MEC1308
endif

ifeq ($(CONFIG_SERPROG), yes)

To view, visit change 46811. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I6fafd9f59d06f60e9491e3e059c1205d48d8232e
Gerrit-Change-Number: 46811
Gerrit-PatchSet: 1
Gerrit-Owner: Victor Ding <victording@google.com>
Gerrit-MessageType: newchange