Disable the vnc CopyRect encoding
[qemu-kvm/fedora.git] / pc-bios / Makefile
blob6117903430ccfc8936f3ae5ce1e7f9e6c1e63342
2 # NOTE: only compilable with x86 cross compile tools
4 include ../config-host.mak
6 DEFINES=
8 TARGETS=
10 all: $(TARGETS)
12 %.o: %.S
13 $(CC) $(DEFINES) -c -o $@ $<
15 %.dtb: %.dts
16 dtc -O dtb -I dts -o $@ $<
18 clean:
19 rm -f $(TARGETS) *.o *~ *.dtb