blob: e423bfd566436d94be5efac5d013487bfe3521e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
dtb-y += sh7751-r2dplus.dtb
targets += $(dtb-y)
# Add any required device tree compiler flags here
DTC_FLAGS +=
PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
@:
clean-files := *.dtb *_HS
|