mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 04:48:14 +00:00
fix(morello): remove stray white-space in 'morello/platform.mk'
Stray white-space in 'morello/platform.mk' to fix the following compilation error: $ make PLAT=morello TARGET_PLATFORM=2 all plat/arm/board/morello/platform.mk:9: *** recipe commences before first target. Stop. Fix the same. While at it also update the year range in the 'Copyright' field. Change-Id: Id05e4968952049df5ffbe0d25dd17f3aa3a035f7 Signed-off-by: Bhupesh Sharma <Bhupesh.Sharma@arm.com>
This commit is contained in:
parent
723c4c2d51
commit
05533d9992
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
#
|
||||
# Copyright (c) 2020-2023, Arm Limited. All rights reserved.
|
||||
# Copyright (c) 2020-2025, Arm Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
# Making sure the Morello platform type is specified
|
||||
ifeq ($(filter ${TARGET_PLATFORM}, fvp soc),)
|
||||
$(error TARGET_PLATFORM must be fvp or soc)
|
||||
$(error TARGET_PLATFORM must be fvp or soc)
|
||||
endif
|
||||
|
||||
MORELLO_BASE := plat/arm/board/morello
|
||||
|
|
Loading…
Add table
Reference in a new issue