Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SystemReady
u-boot-tfa-build
Commits
9d7bc2ce
Commit
9d7bc2ce
authored
Sep 11, 2020
by
Grant Likely
Browse files
Add edk2-clean target
Cleans up stmm build Signed-off-by:
Grant Likely
<
grant.likely@arm.com
>
parent
d655d018
Changes
1
Hide whitespace changes
Inline
Side-by-side
top.mk
View file @
9d7bc2ce
...
...
@@ -23,7 +23,7 @@ UBOOT_PATH := $(CURDIR)/u-boot
# Give the option of building in a separate directory
ifneq
($(BUILD_OUTPUT),)
__BUILD
:=
$(
realpath
$(BUILD_OUTPUT)
)
EDK2_OUTPUT
:=
$(__BUILD)
/
edk2/
Build
EDK2_OUTPUT
:=
$(__BUILD)
/Build
OPTEE_OUTPUT
:=
$(__BUILD)
/optee_os
OPTEE_EXTRA
+=
O
=
$(OPTEE_OUTPUT)
TFA_OUTPUT
:=
$(__BUILD)
/tfa
...
...
@@ -275,7 +275,7 @@ flashimage ${FLASH_IMAGE}: ${FLASH_IMAGE_DEPS}
sdimage
:
flashimage
PHONY
+=
clean mrproper distclean
clean
:
u-boot/clean tfa/distclean devicetree/clean optee_os/clean
clean
:
u-boot/clean tfa/distclean devicetree/clean optee_os/clean
edk2-clean
mrproper
:
u-boot/mrproper tfa/distclean devicetree/clean optee_os/clean
distclean
:
u-boot/distclean tfa/distclean devicetree/clean optee_os/clean
...
...
@@ -295,6 +295,11 @@ devicetree/%:
optee_os/clean
:
${MAKE}
-C
${OPTEE_PATH}
clean
# EDK2 Targets
PHONY
+=
edk2-clean
edk2-clean
:
rm
-rf
$(EDK2_OUTPUT)
# ================================================
# Delegate to trusted-firmware-a build
tfa/%
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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