| Submitter | Andreas Färber |
|---|---|
| Date | May 23, 2012, 3:07 a.m. |
| Message ID | <1337742502-28565-9-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/160823/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile.dis b/Makefile.dis index 3e1fcaf..65f2662 100644 --- a/Makefile.dis +++ b/Makefile.dis @@ -9,6 +9,7 @@ include $(SRC_PATH)/rules.mak $(call set-vpath, $(SRC_PATH)) QEMU_CFLAGS+=-I.. +QEMU_CFLAGS += -I$(SRC_PATH)/include include $(SRC_PATH)/Makefile.objs
Prepares for including qemu/cpu.h. Signed-off-by: Andreas Färber <afaerber@suse.de> --- Makefile.dis | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)