]> git.proxmox.com Git - qemu.git/blame - pc-bios/Makefile
Update bochs bios
[qemu.git] / pc-bios / Makefile
CommitLineData
a735aa31
FB
1#
2# NOTE: only compilable with x86 cross compile tools
3#
4include ../config-host.mak
5
6DEFINES=
7
8TARGETS=
a735aa31
FB
9
10all: $(TARGETS)
11
a735aa31
FB
12%.o: %.S
13 $(CC) $(DEFINES) -c -o $@ $<
14
15clean:
16 rm -f $(TARGETS) *.o *~