aboutsummaryrefslogtreecommitdiff
path: root/test/overlay/Makefile
diff options
context:
space:
mode:
authorPantelis Antoniou2017-09-04 23:12:23 +0300
committerSimon Glass2017-09-15 05:27:49 -0600
commitea28e488f743520f7f83b341f28818c32dae1ee3 (patch)
tree05b6dcaad977817708859edb639d2b90e108a418 /test/overlay/Makefile
parent706708d3b2e7ade443836e7a14802a5a63b59713 (diff)
test: overlay: Add unit test for stacked overlay
Verify that stacked overlays work. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/overlay/Makefile')
-rw-r--r--test/overlay/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/overlay/Makefile b/test/overlay/Makefile
index 907f0854461..416645c8842 100644
--- a/test/overlay/Makefile
+++ b/test/overlay/Makefile
@@ -13,3 +13,4 @@ DTC_FLAGS += -@
# DT overlays
obj-y += test-fdt-base.dtb.o
obj-y += test-fdt-overlay.dtb.o
+obj-y += test-fdt-overlay-stacked.dtb.o