We're not going to spend 100% of time in interrupts, do we? :)
[llvm/msp430.git] / lib / Transforms / Makefile
blob5fe1eeb5c75238085fd4e2c610750baff8039804
1 ##===- lib/Transforms/Makefile -----------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
13 include $(LEVEL)/Makefile.config
15 # No support for plugins on windows targets
16 ifeq ($(OS), $(filter $(OS), Cygwin MingW))
17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
18 endif
20 include $(LEVEL)/Makefile.common