Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9534acbf774cd7918c1f412ec2aac1834eea24d5
/
.
/
examples
/
ModuleMaker
/
Makefile.common
blob: 9b34d8752726d3bb9c158e4f35a9bb7a53f8af1a [
file
] [
log
] [
blame
]
#
# Set this variable to the top of the LLVM source tree.
#
LLVM_SRC_ROOT
=
$
(
LEVEL
)/../..
#
# Include LLVM's Master Makefile.
#
include $
(
LLVM_SRC_ROOT
)/
Makefile
.
common