xref: /openbmc/u-boot/test/overlay/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright (c) 2016 NextThing Co
4# Copyright (c) 2016 Free Electrons
5
6# Test files
7obj-y += cmd_ut_overlay.o
8
9DTC_FLAGS += -@
10
11# DT overlays
12obj-y += test-fdt-base.dtb.o
13obj-y += test-fdt-overlay.dtb.o
14obj-y += test-fdt-overlay-stacked.dtb.o
15