Cleanup default make rules
commite6b6647a6a2ef6e1fd10e655887dfd02a2f59738
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Wed, 2 Nov 2016 17:25:09 +0000 (2 18:25 +0100)
committerStefan Brüns <stefan.bruens@rwth-aachen.de>
Wed, 2 Nov 2016 17:25:09 +0000 (2 18:25 +0100)
treeea3a7d9e0f880fc3cfa5360f1e49dc9d3ba2d3d5
parentd54a4edd265c6a7c7b719ba2128f6786760ede2d
Cleanup default make rules

make is clever enough to try several matching rules and use the one with
satisfiable rules. This also only rebuilds changed parts, whereas the
old rule recreated all firmware dependencies unconditionally.

Also split linker LINKFLAGS from compile SDCCFLAGS.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
lib/fx2.mk