u-boot/tools/binman/test/87_files_no_pattern.dts

12 lines
126 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
binman {
files {
compress = "none";
require-matches;
};
};
};