]> Git Repo - qemu.git/blame - pc-bios/Makefile
blockdev: reduce aio_context locked sections in bitmap add/remove
[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
10aa630a
AJ
15%.dtb: %.dts
16 dtc -I dts -O dtb -o $@ $<
17
a735aa31
FB
18clean:
19 rm -f $(TARGETS) *.o *~
This page took 0.771661 seconds and 4 git commands to generate.