diff options
Diffstat (limited to 'test/overlay/Makefile')
-rw-r--r-- | test/overlay/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/overlay/Makefile b/test/overlay/Makefile new file mode 100644 index 0000000000..907f085446 --- /dev/null +++ b/test/overlay/Makefile @@ -0,0 +1,15 @@ +# +# 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 |