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
This commit is contained in:
Ronald G. Minnich 2006-10-19 15:29:20 +00:00
parent de1dbf9bdf
commit 42632e366f

View file

@ -10,5 +10,5 @@ core-$(UNCOMPRESSORS) += uncompressors
$(obj)/mainboard.o: $(obj)/dtc.h $(obj)/mainboard.o: $(obj)/dtc.h
$(obj)/dtc.h: $(src)/dts $(obj)/dtc.h: $(src)/dts
dtc -O lb $(src)/dts ($obj)/dtc.h dtc -O lb $(src)/dts >$(obj)/dtc.h