summaryrefslogtreecommitdiff
path: root/tools/binman/test/87_files_no_pattern.dts
blob: 0cb5b469cb02d04c8b9bfc28fbdc627b81282315 (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

/ {
	binman {
		files {
			compress = "none";
			require-matches;
		};
	};
};