diff options
| author | Simon Glass <[email protected]> | 2025-02-07 11:30:41 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-11 20:10:59 -0600 |
| commit | 5a07d87b80a6a4568298beaa2e92a6eb98885680 (patch) | |
| tree | 646530365305de721aa21aec371a89fb2ccf318f /test | |
| parent | 81f4605c09d5662afa08cb5db8201d088ca476ab (diff) | |
test: Move optee-test rule into test/
The Makefile rules for tests should be within test/Makefile so move the
'optee' rule over.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 17716ef384a..5ef8c379cb2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -14,6 +14,7 @@ endif ifneq ($(CONFIG_HUSH_PARSER),) obj-$(CONFIG_$(XPL_)CMDLINE) += hush/ endif +obj-$(CONFIG_UT_OPTEE) += optee/ obj-y += ut.o ifeq ($(CONFIG_XPL_BUILD),) |
