boards/Board.mk: Make the context target a double colon target and allow

other obards to extend it instead of relaying on a definition of a variable.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche
2020-09-14 15:50:40 +01:00
committed by Xiang Xiao
parent 6b7dd62bad
commit 7d1ac72b9b
2 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -123,9 +123,7 @@ endif
depend: .depend
ifneq ($(BOARD_CONTEXT),y)
context:
endif
context::
clean:
$(call DELFILE, libboard$(LIBEXT))