We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df0fbf commit ac8b875Copy full SHA for ac8b875
Makefile
@@ -4,8 +4,8 @@ T := $(CURDIR)
4
PLATFORM ?= uefi
5
RELEASE ?= 0
6
7
-BUILD_DIR := build
8
-ROOT_OUT := $(T)/$(BUILD_DIR)
+O ?= build
+ROOT_OUT := $(shell mkdir -p $(O);cd $(O);pwd)
9
HV_OUT := $(ROOT_OUT)/hypervisor
10
DM_OUT := $(ROOT_OUT)/devicemodel
11
TOOLS_OUT := $(ROOT_OUT)/tools
0 commit comments