diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/RegAlloc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile new file mode 100644 index 0000000000..f2b4aa8a9d --- /dev/null +++ b/lib/CodeGen/RegAlloc/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = regalloc + +include $(LEVEL)/Makefile.common |