minidol/Makefile: add wrapper support
authorSebastian <basti@sraa.de>
Wed, 25 Sep 2013 12:03:49 +0000 (14:03 +0200)
committerSebastian <basti@sraa.de>
Wed, 25 Sep 2013 12:03:49 +0000 (14:03 +0200)
commit3e30b001296fb059cb070498bbe5d8e8834cd3e3
tree3174c9418177e8991a03e3950141ff2d807e9483
parentb2bdc958aa205fbe90460a51e16082dc9f3f3cdc
minidol/Makefile: add wrapper support

Every DOL process needs a wrapper file to contain the per-process
data structures. This file is named Process_Name_Wrapper.c and
is now built/linked automatically.

Furthermore, the Makefile does not delete intermediates anymore.
minidol/Makefile