mk: fix dependencies when modifying config
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 19 Mar 2014 11:13:45 +0000 (12:13 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 26 Mar 2014 22:10:41 +0000 (23:10 +0100)
commit4b38b32eb756e2faedd3622c28d7454ae4299237
treeb07dfb07624a0181c35dab0e9a7dfaa5b3c318ee
parentce5c43f6b9574fc5fdc31d4837aa7585c5bed6c0
mk: fix dependencies when modifying config

If .config file is changed and .depdirs was built before,
it must be updated.
It is now done silently (-s) in checkconfig rule.
Now .depdirs is not redone if .config is older.

It has been tested by enabling PMD_PCAP after a default build.
KVARGS dependency should appear in .depdirs.

There is also a typo fix for PHONY rule.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
mk/rte.sdkconfig.mk
mk/rte.sdkdepdirs.mk