mips jz glue function
[qemu/qemu-JZ.git] / pc-bios / Makefile
blobd9f434ae52cb31d5cbfdd5722140d075137c2b41
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 clean:
16 rm -f $(TARGETS) *.o *~