Merge "Re-enable link type checking"
diff --git a/core/main.mk b/core/main.mk
index 67bcb39..f8179a6 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -1025,10 +1025,6 @@
       $(call link-type-error,$(1),$(2),$(t)))))
 endef
 
-# TODO: Verify all branches/configs have reasonable warnings/errors, and remove
-# this override
-verify-link-type = $(eval $$(1).MISSING := true)
-
 $(foreach lt,$(ALL_LINK_TYPES),\
   $(foreach d,$($(lt).DEPS),\
     $(if $($(d).TYPE),\