repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
i386: kvm: kvm_arch_get_supported_cpuid: move R_EDX hack outside of for loop
[qemu/rayw.git]
/
Makefile.dis
blob
2cfec6a3588870067f081fafaac9e7037643f756
1
# Makefile for disassemblers.
2
3
include ../config-host.mak
4
include config.mak
5
include $(SRC_PATH)/rules.mak
6
7
.PHONY: all
8
9
$(call set-vpath, $(SRC_PATH))
10
11
QEMU_CFLAGS+=-I..
12
13
include $(SRC_PATH)/Makefile.objs
14
15
all: $(libdis-y)
16
# Dummy command so that make thinks it has done something
17
@true
18
19
clean:
20
rm -f *.o *.d *.a *~