Create initial 2.11 jobs, start slow link problems on the horizion

Change-Id: I14b5b989a2d53540aa5e4cdc9cddedda693809bd
diff --git a/makefiles/include.mk b/makefiles/include.mk
index 204281e..59aa600 100644
--- a/makefiles/include.mk
+++ b/makefiles/include.mk
@@ -23,14 +23,11 @@
 ONF_MAKE ?= $(MAKEDIR)# fix this -- two distinct makefile imports needed
 ONF_MAKE ?= $(error ONF_MAKE= is required)
 
-## -----------------------------------------------------------------------
-## -----------------------------------------------------------------------
-help::
-	@echo "Usage: make [options] [target] ..."
-
 include $(ONF_MAKE)/consts.mk
+include $(ONF_MAKE)/help/include.mk
 include $(ONF_MAKE)/lint/include.mk
 include $(ONF_MAKE)/virtualenv.mk
+include $(ONF_MAKE)/todo.mk
 include $(ONF_MAKE)/help/variables.mk
 
 $(if $(DEBUG),$(warning LEAVE))