summaryrefslogtreecommitdiff
path: root/test/overlay/Makefile
blob: 416645c88428b1e7a14957707351afa0416d5d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Copyright (c) 2016 NextThing Co
# Copyright (c) 2016 Free Electrons
#
# SPDX-License-Identifier:	GPL-2.0+
#

# 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