* [Qemu-devel] [6732] pc-bios/Makefile: add a rule to produce dtb files
@ 2009-03-07 4:56 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-03-07 4:56 UTC (permalink / raw)
To: qemu-devel
Revision: 6732
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6732
Author: aurel32
Date: 2009-03-07 04:56:06 +0000 (Sat, 07 Mar 2009)
Log Message:
-----------
pc-bios/Makefile: add a rule to produce dtb files
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/pc-bios/Makefile
Modified: trunk/pc-bios/Makefile
===================================================================
--- trunk/pc-bios/Makefile 2009-03-06 23:44:29 UTC (rev 6731)
+++ trunk/pc-bios/Makefile 2009-03-07 04:56:06 UTC (rev 6732)
@@ -12,5 +12,8 @@
%.o: %.S
$(CC) $(DEFINES) -c -o $@ $<
+%.dtb: %.dts
+ dtc -I dts -O dtb -o $@ $<
+
clean:
rm -f $(TARGETS) *.o *~
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-07 4:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-07 4:56 [Qemu-devel] [6732] pc-bios/Makefile: add a rule to produce dtb files Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).