mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
de1dbf9bdf
commit
42632e366f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue