diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:46:38 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-08-27 22:46:38 +0000 |
commit | 2762328f9eaeab60160698b96a7e821a555b33e8 (patch) | |
tree | 6487f1e76160cf55cf99e914ae0d51c74a3488a9 /llvm/lib/CodeGen | |
parent | fe9eda7fb1886f4034256c1cbe85c0e0199ce4d8 (diff) | |
download | bcm5719-llvm-2762328f9eaeab60160698b96a7e821a555b33e8.tar.gz bcm5719-llvm-2762328f9eaeab60160698b96a7e821a555b33e8.zip |
Makefile for new sub directory
llvm-svn: 3518
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/Mapping/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/Mapping/Makefile b/llvm/lib/CodeGen/Mapping/Makefile new file mode 100644 index 00000000000..de7c4f141bd --- /dev/null +++ b/llvm/lib/CodeGen/Mapping/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../.. + +LIBRARYNAME = mapping +include $(LEVEL)/Makefile.common |