commit b5640dd0ad5a10134e4830899c3afb7e6458a64b
Author: Roger Pueyo Centelles <roger.pueyo@guifi.net>
Date:   Tue Nov 8 11:06:26 2016 +0100

    [multiprofile] Adapt Makefile to multiprofile (VII): fix compilation of non-multiprofile target

diff --git a/Makefile b/Makefile
index 98a2a82..c12ecbb 100644
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,7 @@ pre_build: checkout
 	$(call pre_build)
 
 compile: checkout
-	$(if $(MPTARGET),$(call build_src))
+	$(if $(MPTARGET),$(call build_src),$(call build_src))
 
 list_targets:
 	$(info $(HW_AVAILABLE))
