aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/oxford/oxpcie/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/oxford/oxpcie/Makefile.inc')
-rw-r--r--src/drivers/oxford/oxpcie/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/oxford/oxpcie/Makefile.inc b/src/drivers/oxford/oxpcie/Makefile.inc
index 1922425fd9..5e3e6e5728 100644
--- a/src/drivers/oxford/oxpcie/Makefile.inc
+++ b/src/drivers/oxford/oxpcie/Makefile.inc
@@ -1,4 +1,4 @@
-ifeq ($(CONFIG_CONSOLE_SERIAL8250MEM),y)
+ifeq ($(CONFIG_CONSOLE_SERIAL),y)
ramstage-y += oxpcie_early.c oxpcie.c
romstage-y += oxpcie_early.c
endif