hw/sh4: Add missing Kconfig dependency on SH7750 for the R2D board
[qemu/ar7.git] / pc-bios / Makefile
blob315288df84e1e2817e495392e12aa9e9b03c67db
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 -I dts -O dtb -o $@ $<
18 clean:
19 rm -f $(TARGETS) *.o *~