diff options
| author | Simon Glass <[email protected]> | 2025-02-07 11:30:42 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-11 20:10:59 -0600 |
| commit | d87ffdaa3c41ceb245f75b518e0fbee358654b7a (patch) | |
| tree | 91df16cc3c14e9dd8918eca53aa660dd135ff000 /test | |
| parent | 5a07d87b80a6a4568298beaa2e92a6eb98885680 (diff) | |
test: Move fdt-overlay-test rule into test/
The Makefile rules for tests should be within test/Makefile so move the
'fdt-overlay' 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 5ef8c379cb2..99d4797d968 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,6 +21,7 @@ ifeq ($(CONFIG_XPL_BUILD),) obj-y += boot/ obj-$(CONFIG_UNIT_TEST) += common/ obj-$(CONFIG_UT_ENV) += env/ +obj-$(CONFIG_UT_FDT_OVERLAY) += fdt_overlay/ obj-y += log/ else obj-$(CONFIG_SPL_UT_LOAD) += image/ |
