scripts/Makefile: implement targetprogs-y
using obj-y for targetprogs only works until only a single program
is compiled. Adding the second one will end up in the linker trying
to link both together.

Add targetprogs-y to fix this.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 371c36d commit b5f99965b6c9e76f0e12737d2b3424281e28ca5a
@Sascha Hauer Sascha Hauer authored on 26 Sep 2013
Showing 1 changed file
View
scripts/Makefile