Browse Source
If dtc is available, compile the .dts files in the pc-bios directory instead of using the precompiled binaries. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>block
2 changed files with 21 additions and 23 deletions
@ -1,19 +0,0 @@ |
|||
#
|
|||
# NOTE: only compilable with x86 cross compile tools
|
|||
#
|
|||
include ../config-host.mak |
|||
|
|||
DEFINES= |
|||
|
|||
TARGETS= |
|||
|
|||
all: $(TARGETS) |
|||
|
|||
%.o: %.S |
|||
$(CC) $(DEFINES) -c -o $@ $< |
|||
|
|||
%.dtb: %.dts |
|||
dtc -I dts -O dtb -o $@ $< |
|||
|
|||
clean: |
|||
rm -f $(TARGETS) *.o *~ |
|||
Loading…
Reference in new issue