diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-09-29 21:57:41 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-29 23:06:28 +0200 |
commit | e055aea216cff4d12cf55eab2e35ca1459edaa91 (patch) | |
tree | 246ff646e8835598d508dd85a89078683caf9121 /package/libdrm | |
parent | 793a2ea5174e5352ec18ca32f7914c7071bf3108 (diff) | |
download | buildroot-novena-e055aea216cff4d12cf55eab2e35ca1459edaa91.tar.gz buildroot-novena-e055aea216cff4d12cf55eab2e35ca1459edaa91.zip |
package: add helper functions to get package name and directory magically
This commit adds the functions "pkgname" and "pkgdir", which can then
be used to automatically find the name of the package and the
directory of the package which does the call to
GENTARGETS/AUTOTARGETS/CMAKETARGETS. These functions use the
$(MAKEFILE_LIST) variable, which make automatically makes available,
and which contains the list of included Makefiles, with the current
Makefile being last. Thanks to this variable and a little bit of
string manipulation, we can easily find out automatically the package
name and the directory it is part of.
These functions are used in later commits to simplify the GENTARGETS,
AUTOTARGETS and CMAKETARGETS calls.
[Peter: Rename to pkgmakefile->pkgdir, pkgdir->pkgparentdir as that's what it is]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libdrm')
0 files changed, 0 insertions, 0 deletions