Skip to content
Snippets Groups Projects
  • Juan Carrano's avatar
    46da35ec
    mcuboot.mk: make mcuboot targets depend on clean. · 46da35ec
    Juan Carrano authored
    When doing `make -j clean all' the directories can be cleaned after
    files are made. To ensure files are created after clean, those targets
    are made conditionally dependent on the clean target.
    
    This copies the handling done in Makefile.include.
    46da35ec
    History
    mcuboot.mk: make mcuboot targets depend on clean.
    Juan Carrano authored
    When doing `make -j clean all' the directories can be cleaned after
    files are made. To ensure files are created after clean, those targets
    are made conditionally dependent on the clean target.
    
    This copies the handling done in Makefile.include.