mk: filter duplicate configuration entries
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 6 Jul 2016 09:13:06 +0000 (11:13 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 11 Jul 2016 12:41:39 +0000 (14:41 +0200)
commitb2063f104db791c63d020b38fce9669fa647ddde
treea8bfb73115e2b61cbc526f0751163cc5c75bd901
parent50f9de2b48404de23d3349da6ca2bd45bd38ba4a
mk: filter duplicate configuration entries

Due to the hierarchy and the demand to keep the base config showing all
options, some config keys end up multiple times in the .config file.

Due to the way the actual config is sourced only the last entry is
important. That can confuse people changing values in .config which
are then ignored.

A suggested solution was to filter for duplicates at the end of the
actual config step which is implemented here.

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
mk/rte.sdkconfig.mk