summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Makefile
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-08-27 22:45:49 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-08-27 22:45:49 +0000
commitfe9eda7fb1886f4034256c1cbe85c0e0199ce4d8 (patch)
treef06c6f6b529cf1389934fef2489c4a3a2b1d622f /llvm/lib/CodeGen/Makefile
parentc837dbc39f14f9e98d34d2dd9dbc33e78f9eb13a (diff)
Added Mapping subdir
llvm-svn: 3517
Diffstat (limited to 'llvm/lib/CodeGen/Makefile')
-rw-r--r--llvm/lib/CodeGen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile
index 90124a2375f8..62c298d3d292 100644
--- a/llvm/lib/CodeGen/Makefile
+++ b/llvm/lib/CodeGen/Makefile
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = InstrSelection InstrSched RegAlloc
+DIRS = InstrSelection InstrSched RegAlloc Mapping
include $(LEVEL)/Makefile.common