blob: 21b6a4290db000e1f2e21b19c5da525b2178826c [file] [log] [blame]
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL := ..
DIRS :=
include $(LEVEL)/Makefile.config
# GPU Runtime Support
ifeq ($(CUDALIB_FOUND), yes)
DIRS += GPURuntime
endif
include $(LEVEL)/Makefile.common