]> Git Repo - u-boot.git/blob - arch/x86/dts/Makefile
Merge git://git.denx.de/u-boot-sunxi
[u-boot.git] / arch / x86 / dts / Makefile
1 dtb-y += chromebook_link.dtb \
2         chromebox_panther.dtb \
3         crownbay.dtb \
4         galileo.dtb \
5         minnowmax.dtb \
6         qemu-x86_i440fx.dtb \
7         qemu-x86_q35.dtb
8
9 targets += $(dtb-y)
10
11 DTC_FLAGS += -R 4 -p 0x1000
12
13 PHONY += dtbs
14 dtbs: $(addprefix $(obj)/, $(dtb-y))
15         @:
16
17 clean-files := *.dtb
This page took 0.025631 seconds and 4 git commands to generate.