aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/artecgroup/dbe61/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/artecgroup/dbe61/Makefile.inc')
-rw-r--r--src/mainboard/artecgroup/dbe61/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/dbe61/Makefile.inc b/src/mainboard/artecgroup/dbe61/Makefile.inc
index 90b154a4e1..4a26b97508 100644
--- a/src/mainboard/artecgroup/dbe61/Makefile.inc
+++ b/src/mainboard/artecgroup/dbe61/Makefile.inc
@@ -1,7 +1,7 @@
driver-y += mainboard.o
# Needed by irq_tables and mptable and acpi_tables.
-obj-$(CONFIG_HAVE_PIRQ_TABLE) += irq_tables.o
+obj-$(CONFIG_GENERATE_PIRQ_TABLE) += irq_tables.o
# This is part of the conversion to init-obj and away from included code.