aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/dell/s1850/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/dell/s1850/Makefile.inc')
-rw-r--r--src/mainboard/dell/s1850/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/dell/s1850/Makefile.inc b/src/mainboard/dell/s1850/Makefile.inc
index a3473c7e7e..ade0e18d4d 100644
--- a/src/mainboard/dell/s1850/Makefile.inc
+++ b/src/mainboard/dell/s1850/Makefile.inc
@@ -41,8 +41,8 @@ ldscript-y += ../../../../src/arch/i386/lib/failover.lds
driver-y += mainboard.o
-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
ifdef POST_EVALUATION