aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/norwich/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/amd/norwich/Makefile.inc')
-rw-r--r--src/mainboard/amd/norwich/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/norwich/Makefile.inc b/src/mainboard/amd/norwich/Makefile.inc
index eac4755d28..af947942fb 100644
--- a/src/mainboard/amd/norwich/Makefile.inc
+++ b/src/mainboard/amd/norwich/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.