Sign in
swiftshader
/
SwiftShader
/
a262333e7339a33df4863a521a7ae71cb18bb138
/
.
/
Makefile
blob: 12ffff7d219a150a7589105d8a8e7f3e0eccadda [
file
] [
log
] [
blame
]
ifndef SUBZERO_LEVEL
# Top-level, not included from a subdir
SUBZERO_LEVEL
:=
.
DIRS
:=
src
PARALLEL_DIRS
:=
endif
# Set LLVM source root level.
LEVEL
:=
$
(
SUBZERO_LEVEL
)/../..
# Include LLVM common makefile.
include $
(
LEVEL
)/
Makefile
.
common