aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/vpd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/vpd/Makefile.inc')
-rw-r--r--src/drivers/vpd/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/vpd/Makefile.inc b/src/drivers/vpd/Makefile.inc
index 91c069d6c8..17019b599b 100644
--- a/src/drivers/vpd/Makefile.inc
+++ b/src/drivers/vpd/Makefile.inc
@@ -1,2 +1,2 @@
-romstage-$(CONFIG_VPD) += lib_vpd.c
-ramstage-$(CONFIG_VPD) += vpd.c lib_vpd.c
+romstage-$(CONFIG_VPD) += vpd_decode.c
+ramstage-$(CONFIG_VPD) += vpd.c vpd_decode.c