coroutine: add test-coroutine --benchmark-lifecycle
[qemu/stefanha.git] / Makefile.dis
blob3e1fcaf4b786a1218d15dbb76da6c6c0e9d0ea78
1 # Makefile for disassemblers.
3 include ../config-host.mak
4 include config.mak
5 include $(SRC_PATH)/rules.mak
7 .PHONY: all
9 $(call set-vpath, $(SRC_PATH))
11 QEMU_CFLAGS+=-I..
13 include $(SRC_PATH)/Makefile.objs
15 all: $(libdis-y)
16 # Dummy command so that make thinks it has done something
17         @true
19 clean:
20         rm -f *.o *.d *.a *~
22 # Include automatically generated dependency files
23 -include $(wildcard *.d */*.d)