megasas: Add header file
[qemu/ar7.git] / Makefile.dis
blob09060f0a1aa74f6926a706ce8c27b2342007b7ab
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)