Move plat/common source file definitions to generic Makefiles
[project/bcm63xx/atf.git] / bl2u / bl2u.mk
index aa9de544c8d52c1dd52c2e581cecc34bf82d94b9..ef70bb24a2bc0fb01c1a083c2054fa0086e2494e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -30,6 +30,7 @@
 
 BL2U_SOURCES           +=      bl2u/bl2u_main.c                        \
                                bl2u/aarch64/bl2u_entrypoint.S          \
-                               common/aarch64/early_exceptions.S
+                               common/aarch64/early_exceptions.S       \
+                               plat/common/aarch64/platform_up_stack.S
 
 BL2U_LINKERFILE                :=      bl2u/bl2u.ld.S