diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ # Makefile for QEMU. -VPATH=$(SRC_PATH):$(SRC_PATH)/hw - include config-host.mak .PHONY: all clean distclean dvi info install install-doc tar tarbin \ speed test html dvi info +VPATH=$(SRC_PATH):$(SRC_PATH)/hw + BASE_CFLAGS= BASE_LDFLAGS= |