X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=Makefile;h=fbae3c538d28498d8c0240ee449af17dccca1816;hb=def7011b3ec2f20cc195a4405198e03eb6c92b47;hp=a9e357236156d0376d251390e1f3ee4b2876377e;hpb=5eb325f067c58ce40f4676cb367c1881bd57d924;p=moe.git diff --git a/Makefile b/Makefile index a9e3572..fbae3c5 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,9 @@ ifdef CONFIG_SUBMIT include $(s)/submit/Makefile endif +ifdef CONFIG_MOP +include $(s)/mop/Makefile +endif + # And finally the default rules of the build system include $(s)/build/Makebottom