summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/arch/x86/dts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/arch/x86/dts/Makefile')
-rw-r--r--qemu/roms/u-boot/arch/x86/dts/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/arch/x86/dts/Makefile b/qemu/roms/u-boot/arch/x86/dts/Makefile
new file mode 100644
index 000000000..48265ef6d
--- /dev/null
+++ b/qemu/roms/u-boot/arch/x86/dts/Makefile
@@ -0,0 +1,12 @@
+dtb-y += link.dtb \
+ alex.dtb
+
+targets += $(dtb-y)
+
+DTC_FLAGS += -R 4 -p 0x1000
+
+PHONY += dtbs
+dtbs: $(addprefix $(obj)/, $(dtb-y))
+ @:
+
+clean-files := *.dtb