Skip to content
Snippets Groups Projects
Commit 388d4758 authored by Lluís Vilanova's avatar Lluís Vilanova Committed by Anthony Liguori
Browse files

build: Always have 'BUILD_DIR' variable pointing to the root of the build tree


Signed-off-by: default avatarLluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: default avatarLluís Vilanova <vilanova@ac.upc.edu>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent ef4f97cb
No related branches found
No related tags found
No related merge requests found
# Makefile for QEMU.
# Always point to the root of the build tree
BUILD_DIR=$(PWD)
GENERATED_HEADERS = config-host.h trace.h qemu-options.def
ifeq ($(TRACE_BACKEND),dtrace)
GENERATED_HEADERS += trace-dtrace.h
......@@ -37,7 +40,7 @@ else
DOCS=
endif
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory)
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory) BUILD_DIR=$(BUILD_DIR)
SUBDIR_DEVICES_MAK=$(patsubst %, %/config-devices.mak, $(TARGET_DIRS))
SUBDIR_DEVICES_MAK_DEP=$(patsubst %, %/config-devices.mak.d, $(TARGET_DIRS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment