summaryrefslogtreecommitdiff
path: root/mcld.mk
blob: 3fa71f99fa7bca387d0551252c1cde58fc945003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ifeq ($(MCLD_ROOT_PATH),)
$(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH))
endif

MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk
MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk

ifeq ($(LLVM_ROOT_PATH),)
$(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))
endif

include $(LLVM_ROOT_PATH)/llvm.mk