Fix: moved embedded top rules to TOP/configure/RULES_TOP
This commit is contained in:
@ -1,16 +1,2 @@
|
|||||||
#RULES_TOP
|
#RULES_TOP
|
||||||
include $(CONFIG)/RULES_TOP
|
include $(CONFIG)/RULES_TOP
|
||||||
|
|
||||||
EMTOPACTIONS += cvsclean realuninstall
|
|
||||||
|
|
||||||
distclean: emtop_distclean
|
|
||||||
|
|
||||||
emtopDistcleanTargets += $(foreach dir, $(EMBEDDED_TOPS), \
|
|
||||||
$(dir)$(DIVIDER)emtop_dummy_action)
|
|
||||||
|
|
||||||
$(emtopDistcleanTargets) :
|
|
||||||
$(MAKE) -C $(dirPart) $(EMTOPACTIONS)
|
|
||||||
|
|
||||||
emtop_distclean : $(emtopDistcleanTargets)
|
|
||||||
|
|
||||||
.PHONY : $(emtopDistcleanTargets)
|
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
#RULES_TOP
|
#RULES_TOP
|
||||||
include $(CONFIG)/RULES_TOP
|
include $(CONFIG)/RULES_TOP
|
||||||
|
|
||||||
|
EMTOPACTIONS += cvsclean realuninstall
|
||||||
|
|
||||||
|
distclean: emtop_distclean
|
||||||
|
|
||||||
|
emtopDistcleanTargets += $(foreach dir, $(EMBEDDED_TOPS), \
|
||||||
|
$(dir)$(DIVIDER)emtop_dummy_action)
|
||||||
|
|
||||||
|
$(emtopDistcleanTargets) :
|
||||||
|
$(MAKE) -C $(dirPart) $(EMTOPACTIONS)
|
||||||
|
|
||||||
|
emtop_distclean : $(emtopDistcleanTargets)
|
||||||
|
|
||||||
|
.PHONY : $(emtopDistcleanTargets)
|
||||||
|
Reference in New Issue
Block a user