summaryrefslogtreecommitdiffstats
path: root/arch/x86/dts/Makefile
blob: 83a2b8c1cf0b72dd678c827f72a7ea30a4cfd3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dtb-y += bayleybay.dtb \
	chromebook_link.dtb \
	chromebox_panther.dtb \
	crownbay.dtb \
	efi.dtb \
	galileo.dtb \
	minnowmax.dtb \
	qemu-x86_i440fx.dtb \
	qemu-x86_q35.dtb \
	broadwell_som-6896.dtb

targets += $(dtb-y)

DTC_FLAGS += -R 4 -p 0x1000

PHONY += dtbs
dtbs: $(addprefix $(obj)/, $(dtb-y))
	@:

clean-files := *.dtb
OpenPOWER on IntegriCloud