Skip to content
Snippets Groups Projects
  • Jo-Philipp Wich's avatar
    54fbe8af
    rules.mk: introduce new variable OUTPUT_DIR · 54fbe8af
    Jo-Philipp Wich authored
    
    Introduce a new variable OUTPUT_DIR which refers to the parent bin/ directory
    without the architecture specific component.
    
    Also construct the BIN_DIR variable based on OUTPUT_DIR now and add both target
    and subtarget components to it to prevent different subtargets from
    overwriting each others files in bin/.
    
    Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
    54fbe8af
    History
    rules.mk: introduce new variable OUTPUT_DIR
    Jo-Philipp Wich authored
    
    Introduce a new variable OUTPUT_DIR which refers to the parent bin/ directory
    without the architecture specific component.
    
    Also construct the BIN_DIR variable based on OUTPUT_DIR now and add both target
    and subtarget components to it to prevent different subtargets from
    overwriting each others files in bin/.
    
    Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>