diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-02-05 10:44:02 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-05 12:10:10 +0100 |
commit | ac57c640c6e2d605f25d150bdede17f6f94edd76 (patch) | |
tree | dcc36287db4d3104817869d5809a29712af4dd94 /support/scripts/readme.kconfiglib | |
parent | 604d261fb05ba1cc43a9630c3ce944c54ebb97b6 (diff) | |
download | buildroot-ac57c640c6e2d605f25d150bdede17f6f94edd76.tar.gz buildroot-ac57c640c6e2d605f25d150bdede17f6f94edd76.zip |
infra: remove usage of 4th parameter to inner-generic-package
In preparation of the removal of the 4th parameter to inner-generic-package
and the pkgparentdir helper function, this patch removes the direct usage of
this 4th parameter. The remaining usage
ifeq ($(4),boot/)
can become
$(filter boot/%,$(pkgdir))
instead (and similar for toolchain).
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts/readme.kconfiglib')
0 files changed, 0 insertions, 0 deletions