Add new profile for monodroid tools (#5699)
[mono.git] / mcs / tools / Makefile
index ca9d1dfd03b379fb556aaed8632aac224e35ae95..09db25649e7ecf29499cf1b077ca158f9c7954ba 100644 (file)
@@ -50,8 +50,11 @@ net_4_5_dirs := \
        linker-analyzer
 
 build_SUBDIRS = resgen gacutil security culevel cil-stringreplacer commoncryptogenerator resx2sr linker
+monodroid_tools_SUBDIRS = cil-strip mkbundle mdoc mono-symbolicate
 net_4_5_SUBDIRS = gacutil
+net_4_x_SUBDIRS = gacutil
 net_4_5_PARALLEL_SUBDIRS = $(net_4_5_dirs)
+net_4_x_PARALLEL_SUBDIRS = $(net_4_5_dirs)
 
 SUBDIRS = $(build_SUBDIRS) $(net_4_5_dirs)