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 <sjg@chromium.org>
This commit is contained in:
1
Makefile
1
Makefile
@@ -893,7 +893,6 @@ ifdef CONFIG_POST
|
|||||||
libs-y += post/
|
libs-y += post/
|
||||||
endif
|
endif
|
||||||
libs-$(CONFIG_$(PHASE_)UNIT_TEST) += test/
|
libs-$(CONFIG_$(PHASE_)UNIT_TEST) += test/
|
||||||
libs-$(CONFIG_UT_FDT_OVERLAY) += test/fdt_overlay/
|
|
||||||
|
|
||||||
libs-y += $(if $(wildcard $(srctree)/board/$(BOARDDIR)/Makefile),board/$(BOARDDIR)/)
|
libs-y += $(if $(wildcard $(srctree)/board/$(BOARDDIR)/Makefile),board/$(BOARDDIR)/)
|
||||||
|
|
||||||
|
@@ -21,6 +21,7 @@ ifeq ($(CONFIG_XPL_BUILD),)
|
|||||||
obj-y += boot/
|
obj-y += boot/
|
||||||
obj-$(CONFIG_UNIT_TEST) += common/
|
obj-$(CONFIG_UNIT_TEST) += common/
|
||||||
obj-$(CONFIG_UT_ENV) += env/
|
obj-$(CONFIG_UT_ENV) += env/
|
||||||
|
obj-$(CONFIG_UT_FDT_OVERLAY) += fdt_overlay/
|
||||||
obj-y += log/
|
obj-y += log/
|
||||||
else
|
else
|
||||||
obj-$(CONFIG_SPL_UT_LOAD) += image/
|
obj-$(CONFIG_SPL_UT_LOAD) += image/
|
||||||
|
Reference in New Issue
Block a user