summaryrefslogtreecommitdiff
path: root/tools/binman/test/86_files_none.dts
blob: 34bd92f224aa80dace663fa91674be17cbdbeb80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;

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