Searched refs:LIBDW_VERSION (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/build/feature/ |
| H A D | Makefile | 168 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 macro 169 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 170 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|
| /linux/tools/perf/ |
| H A D | Makefile.config | 182 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0 183 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION))) 184 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
|