Build system: Change deprecation message to include component path, easier to fix

This commit is contained in:
Angus Gratton 2016-11-14 10:57:45 +11:00
parent cc510c1d95
commit f9e9e6b938

View file

@ -1,3 +1 @@
$(warning Deprecated feature: It is no longer necessary to include component_common.mk.)
$(warning The line "include $$(IDF_PATH)/make/component_common.mk" can be removed from component.mk files.)
$(warning Deprecated feature: No longer necessary to include component_common.mk from $(COMPONENT_PATH)/component.mk)