summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 97374f01b..586c01879 100644
--- a/src/makefile
+++ b/src/makefile
@@ -72,6 +72,8 @@ BOOTLDR_OBJECTS += bl_pnor_utils.o
BOOTLDR_OBJECTS += bl_pnor_ecc.o
BOOTLDR_OBJECTS += bl_terminate.o
BOOTLDR_OBJECTS += forceattn_p8.o
+BOOTLDR_OBJECTS += string_utils.o
+BOOTLDR_OBJECTS += rom_entry.o
SECUREROM_OBJECTS += branchtable.o
SECUREROM_OBJECTS += ROM.o
@@ -79,6 +81,7 @@ SECUREROM_OBJECTS += ecverify.o
SECUREROM_OBJECTS += hw_utils.o
SECUREROM_OBJECTS += sha512.o
SECUREROM_OBJECTS += string_utils.o
+SECUREROM_OBJECTS += rom_entry.o
DIRECT_BOOT_OBJECTS += start.o
DIRECT_BOOT_OBJECTS += kernel.o
OpenPOWER on IntegriCloud