aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ibm/e326/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ibm/e326/Makefile.inc')
-rw-r--r--src/mainboard/ibm/e326/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/ibm/e326/Makefile.inc b/src/mainboard/ibm/e326/Makefile.inc
index 0f9bd727b6..37671eafe7 100644
--- a/src/mainboard/ibm/e326/Makefile.inc
+++ b/src/mainboard/ibm/e326/Makefile.inc
@@ -22,8 +22,8 @@
driver-y += mainboard.o
# Needed by irq_tables and mptable and acpi_tables.
-obj-$(CONFIG_HAVE_MP_TABLE) += mptable.o
-obj-$(CONFIG_HAVE_PIRQ_TABLE) += irq_tables.o
+obj-$(CONFIG_GENERATE_MP_TABLE) += mptable.o
+obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
# This is part of the conversion to init-obj and away from included code.