Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
68e0fca1
Unverified
Commit
68e0fca1
authored
Oct 04, 2018
by
Dimitris Papastamos
Committed by
GitHub
Oct 04, 2018
Browse files
Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefile
Remove incorrect tabulation in Makefile
parents
200006df
44a87380
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
68e0fca1
...
@@ -288,7 +288,7 @@ INCLUDE_TBBR_MK := 1
...
@@ -288,7 +288,7 @@ INCLUDE_TBBR_MK := 1
ifneq
(${SPD},none)
ifneq
(${SPD},none)
ifeq
(${ARCH},aarch32)
ifeq
(${ARCH},aarch32)
$(error "Error
:
SPD is incompatible with AArch32.")
$(error "Error
:
SPD is incompatible with AArch32.")
endif
endif
ifdef
EL3_PAYLOAD_BASE
ifdef
EL3_PAYLOAD_BASE
$(warning
"SPD and EL3_PAYLOAD_BASE are incompatible build options."
)
$(warning
"SPD and EL3_PAYLOAD_BASE are incompatible build options."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment