diff options
Diffstat (limited to 'lldb/source/Plugins/Makefile')
| -rw-r--r-- | lldb/source/Plugins/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile index c712361e116..0aae174a595 100644 --- a/lldb/source/Plugins/Makefile +++ b/lldb/source/Plugins/Makefile @@ -30,7 +30,11 @@ DIRS += OperatingSystem/Darwin-Kernel endif ifeq ($(HOST_OS),Linux) -DIRS += Process/Linux DynamicLoader/Linux-DYLD +DIRS += Process/Linux Process/POSIX DynamicLoader/POSIX-DYLD +endif + +ifeq ($(HOST_OS),FreeBSD) +DIRS += Process/FreeBSD Process/POSIX DynamicLoader/POSIX-DYLD endif include $(LLDB_LEVEL)/Makefile |

