mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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:
committed by
Xiang Xiao
parent
6b7dd62bad
commit
7d1ac72b9b
+1
-3
@@ -123,9 +123,7 @@ endif
|
||||
|
||||
depend: .depend
|
||||
|
||||
ifneq ($(BOARD_CONTEXT),y)
|
||||
context:
|
||||
endif
|
||||
context::
|
||||
|
||||
clean:
|
||||
$(call DELFILE, libboard$(LIBEXT))
|
||||
|
||||
Reference in New Issue
Block a user