diff options
Diffstat (limited to 'roms/u-boot/test/overlay/Makefile')
-rw-r--r-- | roms/u-boot/test/overlay/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/test/overlay/Makefile b/roms/u-boot/test/overlay/Makefile new file mode 100644 index 000000000..2deec929a --- /dev/null +++ b/roms/u-boot/test/overlay/Makefile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c) 2016 NextThing Co +# Copyright (c) 2016 Free Electrons + +# Test files +obj-y += cmd_ut_overlay.o + +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 |