qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6732] pc-bios/Makefile: add a rule to produce dtb files


From: Aurelien Jarno
Subject: [Qemu-devel] [6732] pc-bios/Makefile: add a rule to produce dtb files
Date: Sat, 07 Mar 2009 04:56:07 +0000

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 <address@hidden>

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 *~





reply via email to

[Prev in Thread] Current Thread [Next in Thread]