17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
#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)
|