mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
boards: Allow boards to extend clean and distclean by a double colon
target instead of calling a variable. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
88f1cdb915
commit
81968ce562
+2
-4
@@ -125,16 +125,14 @@ depend: .depend
|
||||
|
||||
context::
|
||||
|
||||
clean:
|
||||
clean::
|
||||
$(call DELFILE, libboard$(LIBEXT))
|
||||
$(call DELFILE, $(ETCSRC))
|
||||
$(call DELDIR, $(ETCDIR))
|
||||
$(call CLEAN)
|
||||
$(EXTRA_CLEAN)
|
||||
|
||||
distclean: clean
|
||||
distclean:: clean
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
$(EXTRA_DISTCLEAN)
|
||||
|
||||
-include Make.dep
|
||||
|
||||
Reference in New Issue
Block a user