summaryrefslogtreecommitdiffstats
path: root/pc-bios/Makefile
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 04:56:06 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-07 04:56:06 +0000
commit10aa630aeeef1c76dd9adce86e7c1d90127253f4 (patch)
tree54705c22a8a70ed2dbc50f2335b3c13ecf006fe3 /pc-bios/Makefile
parent274b6fcc78401b6300bf86f9b656c13fd7e63619 (diff)
downloadhqemu-10aa630aeeef1c76dd9adce86e7c1d90127253f4.zip
hqemu-10aa630aeeef1c76dd9adce86e7c1d90127253f4.tar.gz
pc-bios/Makefile: add a rule to produce dtb files
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6732 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios/Makefile')
-rw-r--r--pc-bios/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc-bios/Makefile b/pc-bios/Makefile
index d9f434a..315288d 100644
--- a/pc-bios/Makefile
+++ b/pc-bios/Makefile
@@ -12,5 +12,8 @@ all: $(TARGETS)
%.o: %.S
$(CC) $(DEFINES) -c -o $@ $<
+%.dtb: %.dts
+ dtc -I dts -O dtb -o $@ $<
+
clean:
rm -f $(TARGETS) *.o *~
OpenPOWER on IntegriCloud