Add Thumb-2 support for TEQ amd TST.
[oota-llvm.git] / lib / Target / CellSPU / AsmPrinter / Makefile
index 096d092eed19d5a03538513b69d571bce6f3685d..dd56df71a5dee65815feeaf33e696e32430bdedb 100644 (file)
@@ -1,5 +1,5 @@
 ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file is distributed under the University of Illinois Open Source
@@ -10,7 +10,8 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMCellSPUAsmPrinter
 
-# Hack: we need to include 'main' x86 target directory to grab private headers 
+# Hack: we need to include 'main' CellSPU target directory to grab
+# private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common