rules.mk: introduce new variable OUTPUT_DIR
authorJo-Philipp Wich <jo@mein.io>
Wed, 6 Apr 2016 19:49:15 +0000 (21:49 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 6 Apr 2016 19:49:15 +0000 (21:49 +0200)
commit54fbe8afdd28d0619d8ccede9fcf183d745584a4
treec27735daa43e6def5169676104fe7532bc064bb9
parent7322cca9fab00163778d5e44615ed05f01097851
rules.mk: introduce new variable OUTPUT_DIR

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: Jo-Philipp Wich <jo@mein.io>
rules.mk