blob: 2deec929abf1205f0ae70ef9288d2cf8ffbe5e20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|