From 42632e366f95ce5d00f8c3448f237f71fd24e490 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 19 Oct 2006 15:29:20 +0000 Subject: [PATCH] Well, this *finally* is outputting a dtc.h which is full of errors. Signed-off-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@26 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- src/mainboard/emulation/qemu-i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/emulation/qemu-i386/Makefile b/src/mainboard/emulation/qemu-i386/Makefile index e5c21d01de..8494ed4725 100644 --- a/src/mainboard/emulation/qemu-i386/Makefile +++ b/src/mainboard/emulation/qemu-i386/Makefile @@ -10,5 +10,5 @@ core-$(UNCOMPRESSORS) += uncompressors $(obj)/mainboard.o: $(obj)/dtc.h $(obj)/dtc.h: $(src)/dts - dtc -O lb $(src)/dts ($obj)/dtc.h + dtc -O lb $(src)/dts >$(obj)/dtc.h