1 ifeq ($(MCLD_ROOT_PATH),) 2 $(error Must set variable MCLD_ROOT_PATH before including this! $(LOCAL_PATH)) 3 endif 4 5 MCLD_HOST_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-host-build.mk 6 MCLD_DEVICE_BUILD_MK := $(MCLD_ROOT_PATH)/mcld-device-build.mk 7 8 ifeq ($(LLVM_ROOT_PATH),) 9 $(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH)) 10 endif 11 12 include $(LLVM_ROOT_PATH)/llvm.mk 13